import type { TimePickerLocale } from '../index'; const locale: TimePickerLocale = { placeholder: 'Vybrat čas', }; export default locale;