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 8c19346 commit 8d1cbd4Copy full SHA for 8d1cbd4
node_package/src/types/index.ts
@@ -3,10 +3,13 @@
3
import type { ReactElement, ReactNode, Component, ComponentType } from 'react';
4
import type { Readable } from 'stream';
5
6
-// Don't import redux just for the type definitions
7
-// See https://github.com/shakacode/react_on_rails/issues/1321
8
-// and https://redux.js.org/api/store for the actual API.
9
/* eslint-disable @typescript-eslint/no-explicit-any */
+/**
+ * Don't import Redux just for the type definitions
+ * See https://github.com/shakacode/react_on_rails/issues/1321
10
+ * and https://redux.js.org/api/store for the actual API.
11
+ * @see {import('redux').Store}
12
+ */
13
type Store = {
14
getState(): unknown;
15
};
0 commit comments