UNPKG

@perfma/heaven

Version:

An UI Framework base [Ant Design V4](https://ant.design/components/overview-cn/) for React.

13 lines (12 loc) 410 B
import { EmptyProps } from 'antd'; import './index.less'; interface ProEmptyProps extends EmptyProps { size?: 'normal' | 'small' | 'middle' | 'large'; } declare const ProEmpty: { ({ image, size, className, prefixCls, ...restProps }: ProEmptyProps): JSX.Element; PRESENTED_IMAGE_DEFAULT: any; PRESENTED_IMAGE_SIMPLE: any; }; export type { ProEmptyProps as EmptyProps }; export default ProEmpty;