import type { VmIcon } from '..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import MenuItem from "./src/menu-item"; export declare const VMenuItem: Install, null>; readonly fontSize: BasicType, string | number | null>; readonly color: BasicType, string | null>; readonly to: BasicType, string | null>; readonly name: BasicType, string | number | null>; readonly disabled: BasicType; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, null>; readonly fontSize: BasicType, string | number | null>; readonly color: BasicType, string | null>; readonly to: BasicType, string | null>; readonly name: BasicType, string | number | null>; readonly disabled: BasicType; }>>, { readonly fontSize: string | number; readonly color: string; readonly icon: VmIcon; readonly to: string; readonly disabled: boolean; readonly name: string | number; }>>; /** menu-item 组件实例类型 */ export type MenuItemInstance = InstanceType; export * from './src/interface'; export default VMenuItem;