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.
1 parent 05c1ed2 commit 771c7e8Copy full SHA for 771c7e8
docs/demo/measureRowRender.md
@@ -0,0 +1,8 @@
1
+---
2
+title: measureRowRender
3
+nav:
4
+ title: measureRowRender
5
+ path: /demo
6
7
+
8
+<code src="../examples/measureRowRender.tsx"></code>
src/interface.ts
@@ -157,7 +157,7 @@ type Component<P> =
157
| React.ComponentType<P>
158
| React.ForwardRefExoticComponent<P>
159
| React.FC<P>
160
- | keyof React.ReactHTML;
+ | keyof React.JSX.IntrinsicElements;
161
162
export type CustomizeComponent = Component<any>;
163
0 commit comments