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

const locale: TimePickerLocale = {
  placeholder: 'Izvēlieties laiku',
};

export default locale;