UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

8 lines 257 B
declare type CopiedValue = string | null; declare type CopyFn = (text: string) => Promise<boolean>; export declare function useCopyToClipboard(): { copiedText: CopiedValue; copy: CopyFn; }; export {}; //# sourceMappingURL=useCopyToClipboard.d.ts.map