Skip to content

Commit 91dad48

Browse files
committed
refactor: extend ChaiPageProps interface to allow additional properties
1 parent 53edc48 commit 91dad48

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/package/v2/runtime/index.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ export {
3535
useRegisteredChaiBlocks,
3636
};
3737

38-
export interface ChaiPageProps {}
38+
export interface ChaiPageProps {
39+
[key: string]: any;
40+
}

0 commit comments

Comments
 (0)