import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Välj tid',
};
export default locale;