UNPKG

thsc-datav-standard-chart

Version:

标准范式组件

6 lines (5 loc) 294 B
type LineLevel = 1 | 2; export declare const LINE_LEVEL_LIST: Record<string, LineLevel>; export declare function lineColor(level: LineLevel, theme?: 'light' | 'dark'): string; export declare function splitLineStyle(level: LineLevel, theme?: 'light' | 'dark', isZero?: boolean): any; export {};