Skip to content

Commit

Permalink
feat: TimePicker support rootClassName (ant-design#44059)
Browse files Browse the repository at this point in the history
* feat: TimePicker support rootClassName

* feat: optimize code
  • Loading branch information
kiner-tang authored Aug 7, 2023
1 parent 9436ece commit 915514f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/time-picker/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export interface TimePickerProps extends Omit<PickerTimeProps<Dayjs>, 'picker'>
addon?: () => React.ReactNode;
status?: InputStatus;
popupClassName?: string;
rootClassName?: string;
}

const TimePicker = React.forwardRef<any, TimePickerProps>(
Expand Down

0 comments on commit 915514f

Please sign in to comment.