UNPKG

@adventera/vectara-ui

Version:

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

7 lines (6 loc) 181 B
type Props = { onCopy?: () => void; children?: string; }; export declare const VuiCode: ({ onCopy, children }: Props) => import("react/jsx-runtime").JSX.Element; export {};