UNPKG

@rc-component/menu

Version:
4 lines (3 loc) 329 B
import * as React from 'react'; import type { Components, ItemType } from '../interface'; export declare function parseItems(children: React.ReactNode | undefined, items: ItemType[] | undefined, keyPath: string[], components: Components, prefixCls?: string): React.ReactElement<any, string | React.JSXElementConstructor<any>>[];