UNPKG

@sheetxl/models

Version:

Models - A Headless javascript spreadsheet library.

9 lines 296 B
export default ChartGridlinesShape; declare class ChartGridlinesShape extends ChartPartShape { constructor(options: any); _chartAxis: any; _isMajor: boolean; get isMajor(): boolean; } import ChartPartShape from "./ChartPartShape"; //# sourceMappingURL=ChartGridLinesShape.d.ts.map