5 lines
144 B
TypeScript
5 lines
144 B
TypeScript
import type { SpinProps } from 'antd';
|
|
import React from 'react';
|
|
declare const PageLoading: React.FC<SpinProps & any>;
|
|
export { PageLoading };
|