mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 20:20:00 +08:00
10 lines
286 B
TypeScript
10 lines
286 B
TypeScript
/** Created by Andrey Gayvoronsky on 13/04/16. */
|
|
import { TimePickerLocale } from '../index';
|
|
|
|
const locale: TimePickerLocale = {
|
|
placeholder: 'Выберите время',
|
|
rangePlaceholder: ['Время начала', 'Время окончания'],
|
|
};
|
|
|
|
export default locale;
|