UNPKG

@rc-component/menu

Version:
3 lines (2 loc) 199 B
import * as React from 'react'; export declare function parseChildren(children: React.ReactNode | undefined, keyPath: string[]): React.ReactElement<any, string | React.JSXElementConstructor<any>>[];