mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
5d3381334c
* chore: remove useless tsx support * add * revert * add * fix * fix * add test case * fix
9 lines
195 B
TypeScript
9 lines
195 B
TypeScript
import type { TimePickerLocale } from '../index';
|
|
|
|
const locale: TimePickerLocale = {
|
|
placeholder: 'Selecteer tijd',
|
|
rangePlaceholder: ['Start tijd', 'Eind tijd'],
|
|
};
|
|
|
|
export default locale;
|