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

8 lines
144 B
TypeScript
Raw Normal View History

import type { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
2017-04-10 21:52:48 +08:00
placeholder: 'Valitse aika',
};
export default locale;