Yeel

Results 1 issues of Yeel

For example, api like this: ```tsx const [isCopied, setCopied] = useClipboard({ successDuration: 1000, defaultCopyText: 'copied text!' }); // ... setCopied()}>some text // will be "copied text!" setCopied('new text!')}>some text //...