Files
video-gen/video-gen-admin/node_modules/@rc-component/menu/lib/utils/nodeUtil.d.ts
T
2026-05-25 17:08:18 +08:00

4 lines
329 B
TypeScript

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>>[];