wangeditor-bind-property
Version:
wangeditor 富文本、添加自定义class dataset
19 lines (18 loc) • 387 B
TypeScript
import { ISelectMenu } from "@wangeditor/editor";
export declare const DEFAULT_MENU_LIST: {
value: string;
text: string;
selected: boolean;
}[];
declare const menus: {
key: string;
factory: () => ISelectMenu;
config: {
list: {
value: string;
text: string;
selected: boolean;
}[];
};
}[];
export { menus, };