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

const locale: TimePickerLocale = {
  placeholder: 'Selecteer tijd',
};

export default locale;