From 8eaf66be0e1348e7d4b3bc43de3621612a4e2322 Mon Sep 17 00:00:00 2001 From: Dimitri Mitropoulos Date: Thu, 11 Oct 2018 11:47:53 -0400 Subject: [PATCH] adds missing Select.Option type for style (#12609) --- components/select/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/select/index.tsx b/components/select/index.tsx index bda4c8d966..cf682f20e3 100755 --- a/components/select/index.tsx +++ b/components/select/index.tsx @@ -76,6 +76,7 @@ export interface OptionProps { children?: React.ReactNode; className?: string; key?: string; + style?: React.CSSProperties; } export interface OptGroupProps {