mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 20:20:00 +08:00
9 lines
241 B
TypeScript
9 lines
241 B
TypeScript
|
import { TimePickerLocale } from '../index';
|
||
|
|
||
|
const locale: TimePickerLocale = {
|
||
|
placeholder: 'সময় নির্বাচন',
|
||
|
rangePlaceholder: ['সময় শুরু', 'শেষ সময়'],
|
||
|
};
|
||
|
|
||
|
export default locale;
|