We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbd7ef9 + 81ae372 commit 8d53f6dCopy full SHA for 8d53f6d
src/definitions/ScrollArea.d.ts
@@ -4,5 +4,5 @@ interface IProps {
4
id?: string;
5
}
6
7
-declare var ScrollArea: ReactElement<IProps>;
+declare var ScrollArea: JSX.Element;
8
export default ScrollArea;
0 commit comments