Merge pull request #485 from toger5/ts_Form+Home

This commit is contained in:
Timo 2022-08-01 18:20:59 +02:00 committed by GitHub
commit 44b9bd0046
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 103 additions and 39 deletions

View file

@ -23,10 +23,10 @@ import { Button, ButtonVariant } from "./Button";
interface Props {
value: string;
children: JSX.Element;
children?: JSX.Element;
className: string;
variant: ButtonVariant;
copiedMessage: string;
copiedMessage?: string;
}
export function CopyButton({
value,