UNPKG

flowbite-2.4.0

Version:

The most popular library of interactive components built with Tailwind CSS

7 lines 248 B
import { CopyClipboardInterface } from './interface'; export declare type CopyClipboardOptions = { htmlEntities: boolean; contentType?: string; onCopy?: (clipboard: CopyClipboardInterface) => void; }; //# sourceMappingURL=types.d.ts.map