Skip to content

Commit

Permalink
Update type.ts
Browse files Browse the repository at this point in the history
valueType 增加ISO格式
  • Loading branch information
xiaofeng1998025 authored Nov 16, 2024
1 parent 7e64c04 commit 5192af6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/date-picker/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,8 @@ export interface TdDateRangePickerProps {
| 'YYYY-MM-DD HH'
| 'YYYY-MM-DD HH:mm'
| 'YYYY-MM-DD HH:mm:ss'
| 'YYYY-MM-DD HH:mm:ss:SSS';
| 'YYYY-MM-DD HH:mm:ss:SSS'
| 'YYYY-MM-DDTHH:mm:ss.SSSZ';
/**
* 当输入框失去焦点时触发
*/
Expand Down

0 comments on commit 5192af6

Please sign in to comment.