mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 09:41:17 +00:00
chore: update frontend build for v1.1.81 [skip ci]
This commit is contained in:
15
web/admin-spa/node_modules/element-plus/es/components/loading/index.d.ts
generated
vendored
Normal file
15
web/admin-spa/node_modules/element-plus/es/components/loading/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import Loading from './src/service';
|
||||
import vLoading from './src/directive';
|
||||
import type { App, AppContext, Directive } from 'vue';
|
||||
import type { ElementLoading, LoadingBinding } from './src/directive';
|
||||
export declare const ElLoading: {
|
||||
install(app: App): void;
|
||||
directive: Directive<ElementLoading, LoadingBinding>;
|
||||
service: {
|
||||
(options?: import("./src/types").LoadingOptions): import("./src/loading").LoadingInstance;
|
||||
_context: AppContext | null;
|
||||
};
|
||||
};
|
||||
export default ElLoading;
|
||||
export { vLoading, vLoading as ElLoadingDirective, Loading as ElLoadingService };
|
||||
export * from './src/types';
|
||||
Reference in New Issue
Block a user