mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
5d3381334c
* chore: remove useless tsx support * add * revert * add * fix * fix * add test case * fix
9 lines
248 B
TypeScript
9 lines
248 B
TypeScript
import type { TimePickerLocale } from '../index';
|
|
|
|
const locale: TimePickerLocale = {
|
|
placeholder: 'समय का चयन करें',
|
|
rangePlaceholder: ['आरंभिक समय', 'अंत समय'],
|
|
};
|
|
|
|
export default locale;
|