UNPKG

@mantine/hooks

Version:

A collection of 50+ hooks for state and UI management

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; };