UNPKG

@boxyhq/react-ui

Version:

React UI components from BoxyHQ

7 lines (6 loc) 222 B
interface PropsType { text: string; successCallback?: (info: any) => void; } declare function CopyToClipboardButton(props: PropsType): import("react/jsx-runtime").JSX.Element; export default CopyToClipboardButton;