UNPKG

element-plus

Version:

A Component Library for Vue 3

12 lines (11 loc) 457 B
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 };