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

const locale: TimePickerLocale = {
  placeholder: 'Seleccionar hora',
};

export default locale;