import { TimePickerLocale } from '../index'; const locale: TimePickerLocale = { placeholder: 'Select time', }; export default locale;