UNPKG

dmeditor

Version:

dmeditor is a block-style visual editor. Data is in json format.

4 lines (3 loc) 146 B
declare const initLanguage: (language: string) => void; declare const i18n: (text: string, ns?: string) => string; export { initLanguage, i18n };