UNPKG

@bearlab/hooks

Version:

Bearlab UI Hooks - Custom React hooks for better UX and performance

5 lines (4 loc) 164 B
export declare const useCopyByInput: (value: string | number | undefined, isDisabled: boolean | undefined) => { isCopy: boolean; handleCopy: () => void; };