UNPKG

@sheetxl/models

Version:

Models - A Headless javascript spreadsheet library.

8 lines 372 B
import { SheetPatternType } from "./IFill"; export declare class PresetPatternLookup { private _svgImage; asCSS(pattern: SheetPatternType, foreground: string, background: string): React.CSSProperties; } export declare const DEFAULT_PRESET_PATTERN_LOOKUP: PresetPatternLookup; export default DEFAULT_PRESET_PATTERN_LOOKUP; //# sourceMappingURL=PatternTypes.d.ts.map