UNPKG

@promotedai/react-introspection

Version:

Promoted Introspection integration for React web apps

9 lines (8 loc) 281 B
interface CopyButtonArgs { handleCopy: () => void; copyButtonVisible?: boolean; label?: string; finishedLabel?: string; } export declare const CopyButton: ({ handleCopy, copyButtonVisible, label, finishedLabel, }: CopyButtonArgs) => JSX.Element; export {};