UNPKG

@vectara/vectara-ui

Version:

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

6 lines (5 loc) 275 B
import { PatchColor } from "../patch/VuiPatch"; export declare const CHART_COLOR_COUNT = 8; export declare const CHART_PALETTE: string[]; export declare const getChartColorByIndex: (index: number) => string; export declare const getChartColor: (color: PatchColor) => string;