mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
adds missing Select.Option type for style (#12609)
This commit is contained in:
parent
3898c45c5d
commit
8eaf66be0e
@ -76,6 +76,7 @@ export interface OptionProps {
|
||||
children?: React.ReactNode;
|
||||
className?: string;
|
||||
key?: string;
|
||||
style?: React.CSSProperties;
|
||||
}
|
||||
|
||||
export interface OptGroupProps {
|
||||
|
Loading…
Reference in New Issue
Block a user