UNPKG

@layui/layui-vue

Version:

a component library for Vue 3 base on layui-vue

9 lines (8 loc) 331 B
import type { Ref, InjectionKey } from "vue"; type InjectionKeyType = { inputEl?: Ref<HTMLInputElement | null>; setInputEl?: (inputEl: HTMLInputElement) => void; }; export declare const LAYUI_TREE_SELECT: InjectionKey<InjectionKeyType>; export declare const useTreeSelectProvide: () => InjectionKeyType; export {};