UNPKG

@vectara/vectara-ui

Version:

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

4 lines (3 loc) 275 B
export declare const SPINNER_COLOR: readonly ["accent", "primary", "success", "danger", "warning", "empty", "dark", "subdued"]; export declare const SPINNER_SIZE: readonly ["xs", "s", "m", "l", "xl", "xxl", "xxxl"]; export type SpinnerColor = (typeof SPINNER_COLOR)[number];