diff --git a/components/select/index.tsx b/components/select/index.tsx index bda4c8d966bc..cf682f20e385 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 {