@adventera/vectara-ui
Version:
Vectara's design system, codified as a React component library
10 lines (9 loc) • 313 B
TypeScript
type Props = {
children: string;
marginBefore?: boolean;
marginAfter?: boolean;
isSelected?: boolean;
onClick?: () => void;
};
export declare const VuiSummaryCitation: ({ children, marginBefore, marginAfter, isSelected, onClick }: Props) => import("react/jsx-runtime").JSX.Element;
export {};