amis-rpc-design/node_modules/rc-menu/es/utils/commonUtil.d.ts
2023-10-07 19:42:30 +08:00

3 lines
199 B
TypeScript

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