UNPKG

@cerberus-design/react

Version:

The Cerberus Design React component library.

7 lines (6 loc) 289 B
import { ClipboardIndicatorProps } from './primitives'; /** * A simple abstraction around the `Clipboard.Indicator` component that provides * default "Copy" and "Copied" text. */ export declare function CopyText(props: ClipboardIndicatorProps): import("react/jsx-runtime").JSX.Element;