UNPKG

rich-text-editor

Version:
44 lines (43 loc) 1.16 kB
type NodeList = ['key' | 'text', string][]; type Table = [string, string][]; declare const _default: { editor: { mathEditor: string; title: string; description: string; shortcutTitle: string; shortcuts: string; formatting: string; specialCharacters: string; insertEquation: string; close: string; save: string; updated: string; sendFeedback: string; langLink: string; langLabel: string; answerTitle: string; toggleInstructions: string; help_overlay: { screenshotTitle: string; screenshotInstruction: NodeList; equationTitle: string; equationInstruction: NodeList; equationHotkeys: string; equationTable: Table; }; render_error: string; }; annotating: { sendFeedback: string; updated: string; mathEditor: string; title: string; backLink: string; backLinkLabel: string; save: string; langLink: string; langLabel: string; }; }; export default _default;