@live-html-editor/browser
Version:
An ideal html-editor for development purposes. It has a NEAT output + capability to save directly from browser into your sources
11 lines (10 loc) • 486 B
TypeScript
/**
* @author [S. Mahdi Mir-Ismaili](https://mirismaili.github.io)
* Created on 1398/1/29 (2019/4/18).
*/
export declare const FORMAT_DOC1 = "data-liveEditor-formatDoc1";
export declare const FORMAT_DOC2 = "data-liveEditor-formatDoc2";
export declare const FORMAT_DOC_LINK = "data-liveEditor-formatDocLink";
export declare const SWITCH_MODE = "liveEditor-switchMode";
export declare const SUBMIT = "liveEditor-submitBotton";
export declare const htmlSourceOfTools: string;