From 427be4cff5b6cab38762898f9bc38bcc2ee57070 Mon Sep 17 00:00:00 2001 From: Wei Zhu Date: Tue, 5 Dec 2017 15:16:14 +0800 Subject: [PATCH] Remove unused style property --- components/dropdown/dropdown.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/dropdown/dropdown.tsx b/components/dropdown/dropdown.tsx index df206fc88b..4ae0edd322 100644 --- a/components/dropdown/dropdown.tsx +++ b/components/dropdown/dropdown.tsx @@ -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;