UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

9 lines (8 loc) 227 B
import React from 'react'; export interface LoadingIconProps { prefixCls: string; existIcon: boolean; loading?: boolean | object; } declare const LoadingIcon: React.FC<LoadingIconProps>; export default LoadingIcon;