UNPKG

@blockscout/ui-toolkit

Version:

A comprehensive collection of reusable Chakra UI components and theme system for Blockscout's projects

11 lines (10 loc) 251 B
export declare function useClipboard(text: string, timeout?: number): { hasCopied: boolean; copy: () => void; disclosure: { open: boolean; onOpenChange: ({ open }: { open: boolean; }) => void; }; };