@sheetxl/models
Version:
Models - A Headless javascript spreadsheet library.
7 lines • 497 B
TypeScript
import { UpdatableProperties } from "../primitives";
import { BuiltInCellStyleName } from "./IBuiltInCellStyles";
import { CellStyleValues, INamedCellStyle } from "./ICellStyle";
export declare const builtInCellStyleDefs: readonly UpdatableProperties<CellStyleValues>[];
export declare const PRESET_CELL_STYLES_DEFINITIONS_ARRAY: INamedCellStyle[];
export declare const PRESET_CELL_STYLES_DEFINITIONS_MAP: Map<BuiltInCellStyleName, INamedCellStyle>;
//# sourceMappingURL=BuiltInCellStyles.d.ts.map