ant-design/components/time-picker/locale/sv_SE.tsx

8 lines
136 B
TypeScript

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