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 53edc48 commit 91dad48Copy full SHA for 91dad48
src/package/v2/runtime/index.tsx
@@ -35,4 +35,6 @@ export {
35
useRegisteredChaiBlocks,
36
};
37
38
-export interface ChaiPageProps {}
+export interface ChaiPageProps {
39
+ [key: string]: any;
40
+}
0 commit comments