mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
5d3381334c
* chore: remove useless tsx support * add * revert * add * fix * fix * add test case * fix
9 lines
208 B
TypeScript
9 lines
208 B
TypeScript
import type { TimePickerLocale } from '../index';
|
|
|
|
const locale: TimePickerLocale = {
|
|
placeholder: 'Wagty saýlaň',
|
|
rangePlaceholder: ['Başlanýan wagty', 'Gutarýan wagty'],
|
|
};
|
|
|
|
export default locale;
|