UNPKG

ant-design-x-vue-next

Version:

Ant Design X for Vue — community continuation aligned with @ant-design/x

4 lines (3 loc) 214 B
import type { ActionItem, ItemType } from './interface'; /** Prefer Vue `children`, fall back to React `subItems`. */ export declare function getItemChildren(item: ItemType | ActionItem): ActionItem[] | undefined;