UNPKG

@sheetxl/models

Version:

Models - A Headless javascript spreadsheet library.

12 lines 558 B
export default ChartDataPointDataLabelShape; export class ChartDataPointDataLabelShapePersister extends PropertyPersister { constructor(path: any, options: any); options: any; fromJSON(jsonValue: any, index: any): import("../..").AbstractModel; } declare class ChartDataPointDataLabelShape extends ChartDataLabelShape { constructor(options: any, styleKey: any); } import PropertyPersister from "../../dagm/PropertyPersister"; import ChartDataLabelShape from "../ChartDataLabelShape"; //# sourceMappingURL=ChartDataPointDataLabelShape.d.ts.map