From 915514f9de82a0c490febf8724408b90a88612d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kiner-tang=28=E6=96=87=E8=BE=89=29?= <1127031143@qq.com> Date: Mon, 7 Aug 2023 18:05:05 +0800 Subject: [PATCH] feat: TimePicker support rootClassName (#44059) * feat: TimePicker support rootClassName * feat: optimize code --- components/time-picker/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/time-picker/index.tsx b/components/time-picker/index.tsx index 2962158edc77..6f158927bda4 100644 --- a/components/time-picker/index.tsx +++ b/components/time-picker/index.tsx @@ -27,6 +27,7 @@ export interface TimePickerProps extends Omit, 'picker'> addon?: () => React.ReactNode; status?: InputStatus; popupClassName?: string; + rootClassName?: string; } const TimePicker = React.forwardRef(