UNPKG

@fesjs/fes-design

Version:
16 lines (15 loc) 436 B
import { type UnwrapRef } from 'vue'; import type { MenuItemType } from './interface'; export type MenuItemTypePlain = UnwrapRef<MenuItemType>; declare const _default: () => { children: import("vue").Reactive<{ uid: number; value: string | number; type: string; children: any[]; isOpened: boolean; isActive: boolean; isDisabled: boolean; }[]>; }; export default _default;