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

8 lines
154 B
TypeScript
Raw Normal View History

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