UNPKG

@vectara/vectara-ui

Version:

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

8 lines (7 loc) 253 B
import { SPINNER_SIZE, SpinnerColor } from "./types"; type Props = { color?: SpinnerColor; size?: (typeof SPINNER_SIZE)[number]; }; export declare const VuiSpinner: ({ color, size }: Props) => import("react/jsx-runtime").JSX.Element; export {};