UNPKG

@devinit/pdf-base

Version:
21 lines (20 loc) 403 B
export declare const color: { colors: string[]; coloring: string; }; export declare const base: { labeling: { showLabels: boolean; }; linearAxis: { showAxis: boolean; showGridlines: boolean; }; categoryAxis: { showAxis: boolean; innerPadding: number; outerPadding: number; }; colors: string[]; coloring: string; };