UNPKG

@vtex/styleguide

Version:

> VTEX Styleguide React components ([Docs](https://vtex.github.io/styleguide))

10 lines (9 loc) 241 B
import { ChartConfig } from './types'; export declare const commonDefaultProps: ChartConfig; export declare const colors: string[]; export declare const tooltipProps: { cursor: boolean; labelStyle: { color: string; }; };