UNPKG

@bytedance/mona-client-web

Version:

web for mona

5 lines (4 loc) 153 B
import React from 'react'; export declare function lazy<T>(factory: () => Promise<{ default: React.ComponentType<T>; }>): (props: T) => JSX.Element;