mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 19:19:26 +08:00
1719748a29
* chore: eslint add consistent-type-imports * fix avatar * Update Item.tsx
9 lines
245 B
TypeScript
9 lines
245 B
TypeScript
import type { TimePickerLocale } from '../index';
|
|
|
|
const locale: TimePickerLocale = {
|
|
placeholder: 'Уақытты таңдаңыз',
|
|
rangePlaceholder: ['Бастау уақыты', 'Аяқталу уақыты'],
|
|
};
|
|
|
|
export default locale;
|