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

const locale: TimePickerLocale = {
  placeholder: 'Välj tid',
};

export default locale;