mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-05 01:19:45 +08:00
52ad8b0a4a
Signed-off-by: 0xflotus <0xflotus@gmail.com>
9 lines
193 B
TypeScript
9 lines
193 B
TypeScript
import type { TimePickerLocale } from '../index';
|
|
|
|
const locale: TimePickerLocale = {
|
|
placeholder: 'Zeit auswählen',
|
|
rangePlaceholder: ['Startzeit', 'Endzeit'],
|
|
};
|
|
|
|
export default locale;
|