@pit-front-end/components
Version:
湖南创智艾泰克科技有限公司
28 lines (27 loc) • 1.02 kB
TypeScript
declare const _default: import('vue').DefineComponent<{
readonly content: {
readonly type: StringConstructor;
readonly default: "分类管理";
};
readonly icon: {
readonly type: import('vue').PropType<string | import('vue').Component>;
readonly default: "Menu";
};
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
change: () => void;
}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
readonly content: {
readonly type: StringConstructor;
readonly default: "分类管理";
};
readonly icon: {
readonly type: import('vue').PropType<string | import('vue').Component>;
readonly default: "Menu";
};
}>> & {
onChange?: (() => any) | undefined;
}, {
readonly content: string;
readonly icon: string | import('vue').Component;
}, {}>;
export default _default;