UNPKG

@vectara/vectara-ui

Version:

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

10 lines (9 loc) 290 B
type Props = { children: React.ReactNode; isActive?: boolean; onClick: () => void; append?: React.ReactNode; "data-testid"?: string; }; export declare const VuiChip: ({ children, isActive, append, ...rest }: Props) => import("react/jsx-runtime").JSX.Element; export {};