mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
react-select: Add missing headingProps to ComponentProps (#43091)
https://github.com/JedWatson/react-select/blob/master/packages/react-select/src/components/Group.js
This commit is contained in:
parent
46200a392a
commit
f3febcc1ba
2
types/react-select/src/components/Group.d.ts
vendored
2
types/react-select/src/components/Group.d.ts
vendored
@ -8,6 +8,8 @@ interface ComponentProps {
|
||||
children: ReactNode;
|
||||
/** Component to wrap the label, recieves headingProps. */
|
||||
Heading: ComponentType<any>;
|
||||
/** Props to pass to Heading. */
|
||||
headingProps: any;
|
||||
/** Label to be displayed in the heading component. */
|
||||
label: ReactNode;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user