UNPKG

148 BTypeScriptView Raw
1import React from 'react';
2import type { SpinProps } from 'antd';
3declare const PageLoading: React.FC<SpinProps & any>;
4export default PageLoading;