Files
PartsInquiry/admin/node_modules/element-plus/lib/components/select/src/token.d.ts
2025-09-24 20:35:15 +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>;