UNPKG

element-plus

Version:

A Component Library for Vue 3

5 lines (4 loc) 238 B
import type { InjectionKey } from 'vue'; import type { SelectContext, SelectGroupContext } from './type'; export declare const selectGroupKey: InjectionKey<SelectGroupContext>; export declare const selectKey: InjectionKey<SelectContext>;