UNPKG

@sheetxl/models

Version:

Models - A Headless javascript spreadsheet library.

7 lines 216 B
export default DAGM; declare const DAGM: DagmAPI; declare class DagmAPI { newFromJSON(jsonFrom: any, creator: any): AbstractModel; } import AbstractModel from "./AbstractModel"; //# sourceMappingURL=Dagm.d.ts.map