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
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,