mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
1719748a29
* chore: eslint add consistent-type-imports * fix avatar * Update Item.tsx
9 lines
213 B
TypeScript
9 lines
213 B
TypeScript
import type { TimePickerLocale } from '../index';
|
|
|
|
const locale: TimePickerLocale = {
|
|
placeholder: 'Odaberite vrijeme',
|
|
rangePlaceholder: ['Vrijeme početka', 'Vrijeme završetka'],
|
|
};
|
|
|
|
export default locale;
|