UNPKG

@praetorian-chariot/ui

Version:

The UI component library for Chariot, built with Tailwind CSS and React.

11 lines 410 B
import { PropsWithChildren } from "react"; interface CopyToClipboardProps extends PropsWithChildren { hideCopyIcon?: boolean; className?: string; textToCopy?: string; alwaysShowCopyIcon?: boolean; iconClassName?: string; } export declare function CopyToClipboard(props: CopyToClipboardProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=CopyToClipboard.d.ts.map