UNPKG

@sheetxl/models

Version:

Models - A Headless javascript spreadsheet library.

8 lines 381 B
import { SerializableTableStyleValues } from './ITableStyle'; /** * Return a set of predefined table styles that match ooxml definitions. * // TODO - either map the map readonly or just expose a few methods * // TODO - cache this. */ export declare const buildBuiltinTableStyles: () => Map<string, SerializableTableStyleValues>; //# sourceMappingURL=BuiltInTableStyles.d.ts.map