mirror of
https://github.com/ant-design/ant-design.git
synced 2025-07-31 03:46:28 +08:00
9 lines
206 B
TypeScript
9 lines
206 B
TypeScript
import type { TimePickerLocale } from '../index';
|
||
|
||
const locale: TimePickerLocale = {
|
||
placeholder: 'Zaman seç',
|
||
rangePlaceholder: ['Başlangıç zamanı', 'Bitiş zamanı'],
|
||
};
|
||
|
||
export default locale;
|