完全跑通1.0版本
This commit is contained in:
12
frontend/node_modules/element-plus/lib/hooks/use-id/index.d.ts
generated
vendored
Normal file
12
frontend/node_modules/element-plus/lib/hooks/use-id/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import { InjectionKey, MaybeRef, Ref } from "vue";
|
||||
|
||||
//#region ../../packages/hooks/use-id/index.d.ts
|
||||
type ElIdInjectionContext = {
|
||||
prefix: number;
|
||||
current: number;
|
||||
};
|
||||
declare const ID_INJECTION_KEY: InjectionKey<ElIdInjectionContext>;
|
||||
declare const useIdInjection: () => ElIdInjectionContext;
|
||||
declare const useId: (deterministicId?: MaybeRef<string>) => Ref<string>;
|
||||
//#endregion
|
||||
export { ElIdInjectionContext, ID_INJECTION_KEY, useId, useIdInjection };
|
||||
Reference in New Issue
Block a user