UNPKG

@wener/ui

Version:

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