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
211 B
TypeScript
9 lines
211 B
TypeScript
import type { TimePickerLocale } from '../index';
|
|
|
|
const locale: TimePickerLocale = {
|
|
placeholder: 'Pasirinkite laiką',
|
|
rangePlaceholder: ['Pradžios laikas', 'Pabaigos laikas'],
|
|
};
|
|
|
|
export default locale;
|