ant-design/components/time-picker/locale/tr_TR.tsx
Tom Xu 1719748a29
chore: eslint add consistent-type-imports (#35419)
* chore: eslint add consistent-type-imports

* fix avatar

* Update Item.tsx
2022-05-07 14:31:54 +08:00

9 lines
206 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import type { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Zaman seç',
rangePlaceholder: ['Başlangıç zamanı', 'Bitiş zamanı'],
};
export default locale;