mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-04 00:49:39 +08:00
9 lines
195 B
TypeScript
9 lines
195 B
TypeScript
import type { TimePickerLocale } from '../index';
|
|
|
|
const locale: TimePickerLocale = {
|
|
placeholder: 'Zeit auswählen',
|
|
rangePlaceholder: ['Anfangszeit', 'Endzeit'],
|
|
};
|
|
|
|
export default locale;
|