UNPKG

@adventera/vectara-ui

Version:

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

7 lines (6 loc) 230 B
declare const SIZE: readonly ["xxs", "xs", "s", "m", "l", "xl", "xxl"]; interface Props { size: (typeof SIZE)[number]; } export declare const VuiSpacer: ({ size }: Props) => import("react/jsx-runtime").JSX.Element; export {};