mirror of
https://github.com/ant-design/ant-design.git
synced 2025-07-30 19:36:29 +08:00
8 lines
148 B
TypeScript
8 lines
148 B
TypeScript
import type { TimePickerLocale } from '../index';
|
|
|
|
const locale: TimePickerLocale = {
|
|
placeholder: 'Wybierz godzinę',
|
|
};
|
|
|
|
export default locale;
|