Files
pig-farm-controller-fe/node_modules/element-plus/es/components/loading/src/service.d.ts
2025-09-19 14:25:20 +08:00

9 lines
270 B
TypeScript

import type { LoadingInstance } from './loading';
import type { LoadingOptions } from './types';
import type { AppContext } from 'vue';
declare const Loading: {
(options?: LoadingOptions): LoadingInstance;
_context: AppContext | null;
};
export default Loading;