Files
pig-farm-controller-fe/node_modules/element-plus/lib/components/date-picker-panel/src/constants.d.ts
2025-09-19 14:25:20 +08:00

10 lines
400 B
TypeScript

import type { InjectionKey, SetupContext } from 'vue';
import type { UseNamespaceReturn } from 'element-plus/es/hooks';
interface DatePickerContext {
slots: SetupContext['slots'];
pickerNs: UseNamespaceReturn;
}
export declare const ROOT_PICKER_INJECTION_KEY: InjectionKey<DatePickerContext>;
export declare const ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY = "ElIsDefaultFormat";
export {};