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 86d67b1 commit 4194741Copy full SHA for 4194741
src/config.ts
@@ -22,7 +22,7 @@ export const ConfigContext = createContext(null);
22
export interface Config {
23
// a reference to the current Grid.js instance
24
instance: Grid;
25
- store: Store<any>;
+ store: Store<unknown>;
26
eventEmitter: EventEmitter<GridEvents>;
27
plugin: PluginManager;
28
/** container element that is used to mount the Grid.js to */
0 commit comments