import { TimeSelect } from './timeselect.taro'; export type { TimeSelectProps, DateType, OptionKeyType, TimeType, } from './timeselect.taro'; export default TimeSelect;