Files
2026-01-16 01:51:36 +00:00

5 lines
144 B
TypeScript

import type { SpinProps } from 'antd';
import React from 'react';
declare const PageLoading: React.FC<SpinProps & any>;
export { PageLoading };