mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
71eddd2c20
* chore: remove useless tsx support * add * revert * add * fix * fix * add test case * fix
9 lines
206 B
TypeScript
9 lines
206 B
TypeScript
import type { TimePickerLocale } from '../index';
|
||
|
||
const locale: TimePickerLocale = {
|
||
placeholder: 'Zaman seç',
|
||
rangePlaceholder: ['Başlangıç zamanı', 'Bitiş zamanı'],
|
||
};
|
||
|
||
export default locale;
|