UNPKG

@vectara/vectara-ui

Version:

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

7 lines (6 loc) 204 B
import { SPACER_SIZE } from "./types"; interface Props { size: (typeof SPACER_SIZE)[number]; } export declare const VuiSpacer: ({ size }: Props) => import("react/jsx-runtime").JSX.Element; export {};