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
270 B
TypeScript
9 lines
270 B
TypeScript
import type { TimePickerLocale } from '../index';
|
|
|
|
const locale: TimePickerLocale = {
|
|
placeholder: 'സമയം തിരഞ്ഞെടുക്കുക',
|
|
rangePlaceholder: ['ആരംഭ സമയം', 'അവസാന സമയം'],
|
|
};
|
|
|
|
export default locale;
|