UNPKG

flowbite-qwik

Version:

Official Qwik components built for Flowbite and Tailwind CSS

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