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

8 lines
136 B
TypeScript
Raw Normal View History

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