UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

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