任务明细页面
This commit is contained in:
12
components/date-time-picker/locale/zh.d.ts
vendored
Normal file
12
components/date-time-picker/locale/zh.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
declare const _default: {
|
||||
year: string;
|
||||
month: string;
|
||||
day: string;
|
||||
hour: string;
|
||||
minute: string;
|
||||
am: string;
|
||||
pm: string;
|
||||
confirm: string;
|
||||
cancel: string;
|
||||
};
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user