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
8 lines
143 B
TypeScript
8 lines
143 B
TypeScript
import type { TimePickerLocale } from '../index';
|
||
|
||
const locale: TimePickerLocale = {
|
||
placeholder: 'Vaxtı seç',
|
||
};
|
||
|
||
export default locale;
|