UNPKG

zent

Version:

一套前端设计语言和基于React的实现

5 lines (4 loc) 205 B
/// <reference types="react" /> import { IFullScreenLoadingProps } from './props'; export declare function FullScreenLoading(props: IFullScreenLoadingProps): JSX.Element; export default FullScreenLoading;