campus-errand/admin/node_modules/element-plus/lib/components/select/src/token.d.ts
2026-03-01 05:01:47 +08:00

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>;