fix type error
This commit is contained in:
parent
8920ea9c54
commit
c0ef8c3d23
@ -39,6 +39,12 @@ export function createExample<Props>(
|
||||
transition: async () => {
|
||||
null;
|
||||
},
|
||||
exportState: () => {
|
||||
return "{}";
|
||||
},
|
||||
importState(s: string) {
|
||||
/* do nothing */
|
||||
},
|
||||
}}
|
||||
>
|
||||
<Component {...args} />
|
||||
|
Loading…
Reference in New Issue
Block a user