import type { ExtractPropTypes } from 'vue'

export const horSelectDatePickerProps = {}

export type HorSelectDatePickerProps = ExtractPropTypes<typeof horSelectDatePickerProps>
