@wangeditor-next/editor
Version:
Web rich text editor, Web 富文本编辑器
22 lines (21 loc) • 463 B
TypeScript
/**
* @description i18n en
* @author wangfupeng
*/
declare const _default: {
videoModule: {
delete: string;
uploadVideo: string;
insertVideo: string;
videoSrc: string;
videoSrcPlaceHolder: string;
videoPoster: string;
videoPosterPlaceHolder: string;
ok: string;
editSize: string;
edit: string;
width: string;
height: string;
};
};
export default _default;