UNPKG

@wener/ui

Version:

5 lines (4 loc) 121 B
import { ComponentType } from 'react'; export declare type LazyComponentType = Promise<{ default: ComponentType; }>;