Skip to content

Commit

Permalink
Update Cascader.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
BoyYangzai authored Jun 19, 2023
1 parent 93a5421 commit a4a9e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cascader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export interface BaseCascaderProps<OptionType extends BaseOptionType = DefaultOp
/** @deprecated Use `dropdownClassName` instead */
popupClassName?: string;
dropdownClassName?: string;
/** @deprecated Use `styles.dropdownMenuColumn` instead */
/** @deprecated Use `styles.popupMenuColumn` instead */
dropdownMenuColumnStyle?: React.CSSProperties;

// styles
Expand Down

0 comments on commit a4a9e30

Please sign in to comment.