UNPKG

@sheetxl/models

Version:

Models - A Headless javascript spreadsheet library.

7 lines 280 B
export default TextShape; declare class TextShape extends AbstractShape { constructor(options: any, propDefaultText: any, styleKey: any, defaultFontSize: any); _styleKey: any; } import AbstractShape from "../shape/AbstractShape.ts"; //# sourceMappingURL=TextShape.d.ts.map