UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

9 lines (8 loc) 336 B
import { Ref, InjectionKey } from 'vue'; import type { MaybeRef } from '@vueuse/core'; export declare type IvueIdInjectionContext = { prefix: number; current: number; }; export declare const ID_INJECTION_KEY: InjectionKey<IvueIdInjectionContext>; export declare const useId: (deterministicId?: MaybeRef<string>) => Ref<string>;