UNPKG

flowbite-qwik

Version:

Official Qwik components built for Flowbite and Tailwind CSS

12 lines (11 loc) 378 B
import { ButtonProps } from '../Button/Button'; import { Placement } from '@floating-ui/dom'; type ClipboardProps = ButtonProps & { valueToCopy: string; label: string; tooltipCopyLabel?: string; tooltipCopiedLabel?: string; tooltipPlacement?: Placement; }; export declare const ClipboardRoot: import("@builder.io/qwik").Component<ClipboardProps>; export {};