mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
🤖 Merge PR #62833 Modify react-popover for react@18 by @jrichil
* Modify react-popover for react@18 add children to props interface * spealing is herd :D
This commit is contained in:
1
types/react-popover/index.d.ts
vendored
1
types/react-popover/index.d.ts
vendored
@@ -34,5 +34,6 @@ declare namespace Popover {
|
||||
style?: React.CSSProperties | undefined;
|
||||
target?: React.ReactElement | undefined;
|
||||
appendTarget?: Element | undefined;
|
||||
children?: React.ReactNode;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user