UNPKG

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