UNPKG

@vectara/vectara-ui

Version:

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

22 lines (21 loc) 450 B
export declare const chartTickStyle: { fill: string; fontSize: number; }; export declare const chartAxisLineStyle: { stroke: string; }; export declare const chartTooltipProps: { contentStyle: { backgroundColor: string; border: string; borderRadius: number; color: string; }; }; export declare const chartLegendProps: { wrapperStyle: { fontSize: number; color: string; }; };