import type { TimePickerLocale } from '../index';

const locale: TimePickerLocale = {
  placeholder: 'Vybrať čas',
};

export default locale;