UNPKG

@wangeditor-kai/yjs-for-react

Version:

React specific components/utils for wangeditor-next-yjs.

15 lines (14 loc) 246 B
/** * @description i18n en * @author wangfupeng */ declare const _default: { editor: { more: string; justify: string; indent: string; image: string; video: string; }; }; export default _default;