mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-04 00:49:39 +08:00
9 lines
203 B
TypeScript
9 lines
203 B
TypeScript
import type { TimePickerLocale } from '../index';
|
|
|
|
const locale: TimePickerLocale = {
|
|
placeholder: 'Chọn thời gian',
|
|
rangePlaceholder: ['Bắt đầu', 'Kết thúc'],
|
|
};
|
|
|
|
export default locale;
|