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 f68aebb commit 28a937cCopy full SHA for 28a937c
src/index-5.d.ts
@@ -84,7 +84,7 @@ export type ComponentProps<
84
? P
85
: C extends keyof JSXInternal.IntrinsicElements
86
? JSXInternal.IntrinsicElements[C]
87
- : never;
+ : {};
88
89
export interface FunctionComponent<P = {}> {
90
(props: RenderableProps<P>, context?: any): VNode | null;
src/index.d.ts
(props: RenderableProps<P>, context?: any): ComponentChildren;
0 commit comments