UNPKG

zent

Version:

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

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