mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-16 18:09:22 +08:00
9 lines
207 B
TypeScript
9 lines
207 B
TypeScript
import type { TimePickerLocale } from '../index';
|
|
|
|
const locale: TimePickerLocale = {
|
|
placeholder: 'Vaqtni tanlang',
|
|
rangePlaceholder: ['Boshlanish vaqti', 'Yakunlash vaqti'],
|
|
};
|
|
|
|
export default locale;
|