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

const locale: TimePickerLocale = {
  placeholder: 'Επιλέξτε ώρα',
};

export default locale;