mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-03 16:39:41 +08:00
9 lines
228 B
TypeScript
9 lines
228 B
TypeScript
|
import { TimePickerLocale } from '../index';
|
||
|
|
||
|
const locale: TimePickerLocale = {
|
||
|
placeholder: 'Выберыце час',
|
||
|
rangePlaceholder: ['Час пачатку', 'Час заканчэння'],
|
||
|
};
|
||
|
|
||
|
export default locale;
|