zhytech-ui
Version:
基于Vue3 + ElementPlus + TypeScript封装的组件库
28 lines (27 loc) • 625 B
TypeScript
export declare function useConfig(): {
toolbarDefaultConfig: {
toolbarKeys: (string | {
key: string;
title: string;
iconSvg: string;
menuKeys: string[];
})[];
excludeKeys: never[];
insertKeys: {
index: number;
keys: never[];
};
modalAppendToBody: boolean;
};
editorDefaultConfig: {
hoverbarKeys: {
link: {
menuKeys: string[];
};
image: {
menuKeys: string[];
};
};
MENU_CONF: {};
};
};