@wangeditor-kai/yjs-for-react
Version:
React specific components/utils for wangeditor-next-yjs.
44 lines (43 loc) • 1 kB
TypeScript
/**
* @description i18n en
* @author wangfupeng
*/
declare const _default: {
tableModule: {
modal: {
border: string;
borderWidth: string;
bgColor: string;
align: 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;
};
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;