UNPKG

welcome-ui

Version:

Customizable design system with react • styled-components • styled-system and ariakit.

6 lines (5 loc) 256 B
type Content = number | React.RefObject<HTMLElement | HTMLInputElement> | string; type Timeout = number; type useCopyTextReturn = [() => void, boolean]; export declare function useCopyText(content: Content, timeout: Timeout): useCopyTextReturn; export {};