UNPKG

choerodon-ui

Version:

An enterprise-class UI design language and React-based implementation

8 lines (7 loc) 334 B
import { FunctionComponent, ReactElement } from 'react'; import { AggregationTreeProps } from './AggregationTree'; export interface AggregationTreeGroupsProps { trees: ReactElement<AggregationTreeProps>[]; } declare const AggregationTreeGroups: FunctionComponent<AggregationTreeGroupsProps>; export default AggregationTreeGroups;