UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

3 lines (2 loc) 176 B
import type { Dispatch, SetStateAction } from "react"; export declare const copyToClipboard: (valueToCopy: string, setIsJustCopied: Dispatch<SetStateAction<boolean>>) => void;