UNPKG

zent

Version:

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

19 lines (16 loc) 381 B
/// <reference types="react" /> declare module 'zent/lib/loading' { interface ILoadingProps { show?: boolean static?: boolean height?: number zIndex?: number className?: string containerClass?: string prefix?: string } export default class Loading extends React.Component<ILoadingProps, any> { static on(): void static off(): void } }