mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +08:00
71eddd2c20
* chore: remove useless tsx support * add * revert * add * fix * fix * add test case * fix
8 lines
153 B
TypeScript
8 lines
153 B
TypeScript
import type { TimePickerLocale } from '../index';
|
|
|
|
const locale: TimePickerLocale = {
|
|
placeholder: 'Оберіть час',
|
|
};
|
|
|
|
export default locale;
|