mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-27 18:12:34 +00:00
chore: update frontend build for v1.1.82 [skip ci]
This commit is contained in:
6
web/admin-spa/node_modules/element-plus/es/hooks/use-modal/index.d.ts
generated
vendored
6
web/admin-spa/node_modules/element-plus/es/hooks/use-modal/index.d.ts
generated
vendored
@@ -1,6 +0,0 @@
|
||||
import type { Ref } from 'vue';
|
||||
type ModalInstance = {
|
||||
handleClose: () => void;
|
||||
};
|
||||
export declare const useModal: (instance: ModalInstance, visibleRef: Ref<boolean>) => void;
|
||||
export {};
|
||||
Reference in New Issue
Block a user