aaf21dc32d0ca241d4b661dcc1549f91f5ecf3a7e432cf252239193afe58d9697a2936ebcb6191824e86c5cee544394a421fd7174f55bcd43947c5ec96dc81 400 B

123456789
  1. import type { InjectionKey, SetupContext } from 'vue';
  2. import type { UseNamespaceReturn } from 'element-plus/es/hooks';
  3. interface DatePickerContext {
  4. slots: SetupContext['slots'];
  5. pickerNs: UseNamespaceReturn;
  6. }
  7. export declare const ROOT_PICKER_INJECTION_KEY: InjectionKey<DatePickerContext>;
  8. export declare const ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY = "ElIsDefaultFormat";
  9. export {};