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 6fbabc8 commit a71fcd1Copy full SHA for a71fcd1
src/interface.ts
@@ -110,9 +110,7 @@ type Component<P> =
110
| React.FC<P>
111
| keyof React.ReactHTML;
112
113
-export type CustomizeComponent<
114
- P extends React.HTMLAttributes<HTMLElement> = React.HTMLAttributes<HTMLElement>
115
-> = Component<P>;
+export type CustomizeComponent = Component<any>;
116
117
export type CustomizeScrollBody<RecordType> = (
118
data: RecordType[],
0 commit comments