UNPKG

@vectara/vectara-ui

Version:

Vectara's design system, codified as a React and Sass component library

11 lines (10 loc) 379 B
import { Props as OptionsButtonProps } from "../optionsButton/OptionsButton"; type Props = { value: string; options?: OptionsButtonProps["options"]; size: OptionsButtonProps["size"]; label?: string; title?: string; }; export declare const VuiCopyButton: ({ value, options, label, size, ...rest }: Props) => import("react/jsx-runtime").JSX.Element; export {};