UNPKG

@syncfusion/ej2-spreadsheet

Version:

Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel

31 lines (30 loc) 652 B
/** @hidden */ export declare const DISABLED: string; /** @hidden */ export declare const WRAPTEXT: string; /** @hidden */ export declare const locale: string; /** @hidden */ export declare const dialog: string; /** @hidden */ export declare const actionEvents: string; /** @hidden */ export declare const overlay: string; /** @hidden */ export declare const fontColor: { [key: string]: string[]; }; /** @hidden */ export declare const fillColor: { [key: string]: string[]; }; /** @hidden */ export declare const keyCodes: { [key: string]: number; }; /** * Default locale text * * @hidden */ export declare const defaultLocale: object;