UNPKG

@pit-front-end/components

Version:

湖南创智艾泰克科技有限公司

17 lines (16 loc) 528 B
import { Component, ExtractPropTypes } from 'vue'; export declare const rightMenuProps: { readonly content: { readonly type: StringConstructor; readonly default: "分类管理"; }; readonly icon: { readonly type: import('vue').PropType<string | Component>; readonly default: "Menu"; }; }; export type RightMenuProps = ExtractPropTypes<typeof rightMenuProps>; export declare const rightMenuEmits: { change: () => boolean; }; export type RightMenuEmits = typeof rightMenuEmits;