mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-15 17:19:11 +08:00
9 lines
209 B
TypeScript
9 lines
209 B
TypeScript
|
import type { TimePickerLocale } from '../index';
|
||
|
|
||
|
const locale: TimePickerLocale = {
|
||
|
placeholder: 'Vaqtni tanlang',
|
||
|
rangePlaceholder: ['Boshlanish vaqti', 'Tugallanish vaqti'],
|
||
|
};
|
||
|
|
||
|
export default locale;
|