UNPKG

zent

Version:

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

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