form_home

This commit is contained in:
Timo K 2022-07-14 19:20:52 +02:00
commit e17a7cedb6
7 changed files with 64 additions and 25 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,