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

8 lines
166 B
TypeScript
Raw Normal View History

import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
2018-12-21 13:21:13 +08:00
placeholder: 'समय का चयन करें',
};
export default locale;