Merge pull request #485 from toger5/ts_Form+Home
This commit is contained in:
commit
44b9bd0046
8 changed files with 103 additions and 39 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue