import type { TimePickerLocale } from '../index'; const locale: TimePickerLocale = { placeholder: 'Pilih waktu', rangePlaceholder: ['Waktu awal', 'Waktu akhir'], }; export default locale;