UNPKG

@wangeditor-next/yjs-for-react

Version:

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

57 lines (56 loc) 1.37 kB
/** * @description i18n en * @author wangfupeng */ declare const _default: { tableModule: { modal: { border: string; borderColor: string; borderStyle: string; borderWidth: string; borderWidthDefault: string; bgColor: string; align: string; verticalAlign: string; width: string; widthAuto: string; widthFull: string; mixed: string; ok: string; }; color: { default: string; clear: string; }; borderStyle: { none: string; solid: string; dotted: string; dashed: string; double: string; groove: string; ridge: string; inset: string; outset: string; }; verticalAlign: { top: string; middle: string; bottom: string; }; deleteCol: string; deleteRow: string; deleteTable: string; widthAuto: string; insertCol: string; insertRow: string; insertTable: string; header: string; mergeCell: string; splitCell: string; tableProperty: string; cellProperty: string; }; }; export default _default;