Remove unused style property

This commit is contained in:
Wei Zhu 2017-12-05 15:16:14 +08:00
parent 28d13e2539
commit 427be4cff5

View File

@ -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;