@etsoo/editor
Version:
ETSOO Free WYSIWYG HTML Editor
18 lines (17 loc) • 457 B
TypeScript
/**
* EOEditor special characters
* https://www.toptal.com/designers/htmlarrows/symbols/
* HTML table to Google excel, format the data with SUBSTITUTE, JOINTEXT
*/
export declare const EOEditorCharacters: {
arrows: number[];
currency: number[];
math: number[];
numbers: number[];
punctuation: number[];
symbols: number[];
};
/**
* EOEditor character type
*/
export type EOEditorCharacterType = keyof typeof EOEditorCharacters;