mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
Remove unused style property
This commit is contained in:
parent
28d13e2539
commit
427be4cff5
@ -7,7 +7,6 @@ import warning from '../_util/warning';
|
||||
export interface DropDownProps {
|
||||
trigger?: ('click' | 'hover')[];
|
||||
overlay: React.ReactNode;
|
||||
style?: React.CSSProperties;
|
||||
onVisibleChange?: (visible?: boolean) => void;
|
||||
visible?: boolean;
|
||||
disabled?: boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user