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