adds missing Select.Option type for style (#12609)

This commit is contained in:
Dimitri Mitropoulos 2018-10-11 11:47:53 -04:00 committed by 偏右
parent 3898c45c5d
commit 8eaf66be0e

View File

@ -76,6 +76,7 @@ export interface OptionProps {
children?: React.ReactNode;
className?: string;
key?: string;
style?: React.CSSProperties;
}
export interface OptGroupProps {