UNPKG

@sky-mavis/tanto-widget

Version:
5 lines (4 loc) 147 B
export declare function useClipboard(value: string | undefined, duration?: number): { copied: boolean; handleCopy: () => Promise<void>; };