mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-18 03:14:07 +08:00
9 lines
195 B
TypeScript
9 lines
195 B
TypeScript
import type { TimePickerLocale } from '../index';
|
|
|
|
const locale: TimePickerLocale = {
|
|
placeholder: 'Selecteer tijd',
|
|
rangePlaceholder: ['Start tijd', 'Eind tijd'],
|
|
};
|
|
|
|
export default locale;
|