import type { TimePickerLocale } from '../index';

const locale: TimePickerLocale = {
  placeholder: 'Zaman seç',
  rangePlaceholder: ['Başlangıç zamanı', 'Bitiş zamanı'],
};

export default locale;