diff --git a/types/react-select/src/components/Group.d.ts b/types/react-select/src/components/Group.d.ts index 78d717b3e8..f240315724 100644 --- a/types/react-select/src/components/Group.d.ts +++ b/types/react-select/src/components/Group.d.ts @@ -8,6 +8,8 @@ interface ComponentProps { children: ReactNode; /** Component to wrap the label, recieves headingProps. */ Heading: ComponentType; + /** Props to pass to Heading. */ + headingProps: any; /** Label to be displayed in the heading component. */ label: ReactNode; }