UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

9 lines (8 loc) 203 B
export declare function useClipboard({ timeout }?: { timeout?: number | undefined; }): { copy: (valueToCopy: any) => void; reset: () => void; error: Error | null; copied: boolean; };