mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-25 11:39:54 +00:00
chore: update frontend build for v1.1.82 [skip ci]
This commit is contained in:
9
web/admin-spa/node_modules/element-plus/lib/hooks/use-id/index.d.ts
generated
vendored
9
web/admin-spa/node_modules/element-plus/lib/hooks/use-id/index.d.ts
generated
vendored
@@ -1,9 +0,0 @@
|
||||
import { type MaybeRef } from '@vueuse/core';
|
||||
import type { InjectionKey, Ref } from 'vue';
|
||||
export type ElIdInjectionContext = {
|
||||
prefix: number;
|
||||
current: number;
|
||||
};
|
||||
export declare const ID_INJECTION_KEY: InjectionKey<ElIdInjectionContext>;
|
||||
export declare const useIdInjection: () => ElIdInjectionContext;
|
||||
export declare const useId: (deterministicId?: MaybeRef<string>) => Ref<string>;
|
||||
Reference in New Issue
Block a user