UNPKG

choerodon-ui

Version:

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

7 lines (6 loc) 245 B
import { ComponentType } from 'react'; export declare type AsyncCmpLoadingFunction = () => Promise<{ default: ComponentType; }>; declare const asyncComponent: (importComponent: AsyncCmpLoadingFunction) => any; export default asyncComponent;