ant-design/components/time-picker/locale/th_TH.tsx

8 lines
154 B
TypeScript
Raw Normal View History

import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
2017-07-04 17:54:36 +08:00
placeholder: 'เลือกเวลา',
};
export default locale;