UNPKG

baseui

Version:

A React Component library implementing the Base design language

3 lines (2 loc) 203 B
import * as React from 'react'; export declare const flattenFragments: (children?: React.ReactNode, ChildWrapper?: React.ComponentType<React.PropsWithChildren<{}>>, depth?: number) => React.ReactNode[];