UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

4 lines (3 loc) 177 B
import type { ItemType as AntdItemType } from 'antd/es/menu/interface'; import type { ItemType } from './type'; export declare const mapItems: (item: ItemType) => AntdItemType;