Skip to content

Commit 4194741

Browse files
committed
fix: Store type
1 parent 86d67b1 commit 4194741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const ConfigContext = createContext(null);
2222
export interface Config {
2323
// a reference to the current Grid.js instance
2424
instance: Grid;
25-
store: Store<any>;
25+
store: Store<unknown>;
2626
eventEmitter: EventEmitter<GridEvents>;
2727
plugin: PluginManager;
2828
/** container element that is used to mount the Grid.js to */

0 commit comments

Comments
 (0)