ant-design/components/time-picker/locale/en_US.ts
lijianan 5d3381334c
chore: remove useless tsx support (#39934)
* chore: remove useless tsx support

* add

* revert

* add

* fix

* fix

* add test case

* fix
2022-12-31 22:12:30 +08:00

9 lines
191 B
TypeScript

import type { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Select time',
rangePlaceholder: ['Start time', 'End time'],
};
export default locale;