UNPKG

@focuson/form_components

Version:

Components that can be used by @focuson/forms

6 lines (5 loc) 169 B
interface ClipboardProps { textToCopy: string; } export declare function CopyToClipboard(props: ClipboardProps): import("react/jsx-runtime").JSX.Element; export {};