Interface: UseClipboardOptions
@arolariu/components / UseClipboardOptions
Interface: UseClipboardOptions
Defined in: hooks/useClipboard.tsx:8
Options for the useClipboard hook.
Properties
timeout?
optionaltimeout?:number
Defined in: hooks/useClipboard.tsx:14
The duration in milliseconds after which the copied state resets to false.
Default Value
2000
// was this page useful?