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

8 lines
149 B
TypeScript
Raw Normal View History

import { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Избор на час',
};
export default locale;