ConsoleShortcuts: add Stores map with all stores
This commit is contained in:
parent
2f4e346e26
commit
ca810250d1
2 changed files with 11 additions and 1 deletions
2
src/webpack/common/types/stores.d.ts
vendored
2
src/webpack/common/types/stores.d.ts
vendored
|
|
@ -39,6 +39,8 @@ export class FluxStore {
|
|||
syncWith: GenericFunction;
|
||||
waitFor: GenericFunction;
|
||||
__getLocalVars(): Record<string, any>;
|
||||
|
||||
static getAll(): FluxStore[];
|
||||
}
|
||||
|
||||
export class FluxEmitter {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue