UNPKG

hongluan-ui

Version:
7 lines (6 loc) 213 B
import type { InjectionKey, SetupContext } from 'vue'; interface DatePickerContext { slots: SetupContext['slots']; } export declare const ROOT_PICKER_INJECTION_KEY: InjectionKey<DatePickerContext>; export {};