@visx/xychart
Version:
Composable cartesian coordinate chart built with visx primitives
7 lines • 379 B
TypeScript
import React from 'react';
/**
* Returns children and grandchildren of type React.ReactNode.
* Flattens children one level to support React.Fragments and Array type children.
*/
export default function getChildrenAndGrandchildrenWithProps<P extends object>(children: React.ReactNode): React.ReactElement<P>[];
//# sourceMappingURL=getChildrenAndGrandchildrenWithProps.d.ts.map