UNPKG

choerodon-ui

Version:

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

4 lines (3 loc) 310 B
import * as React from 'react'; declare function mergeCells(cells: any): React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>[]; export default mergeCells;