commonUtil.d.ts 199 B

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