import { TimePickerProps as AntTimePickerProps } from "antd"; import { PopupPosition } from ".."; export type TimePickerProps = AntTimePickerProps & { position?: PopupPosition; };