We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba78f4b commit 13bb773Copy full SHA for 13bb773
src/PickerPanel.tsx
@@ -43,7 +43,7 @@ export type PickerPanelSharedProps<DateType> = {
43
prefixCls?: string;
44
className?: string;
45
style?: React.CSSProperties;
46
- /** @deprecated Will be removed in next big version. Please use `mode` instead */
+ /** @deprecated Will be removed in next big version. Please use `picker` instead */
47
mode?: PanelMode;
48
tabIndex?: number;
49
0 commit comments