Merge remote-tracking branch 'upstream/dev'

This commit is contained in:
thororen1234 2024-06-17 12:38:01 -04:00
commit 377eac178d
5 changed files with 24 additions and 5 deletions

View file

@ -39,6 +39,8 @@ export class FluxStore {
syncWith: GenericFunction;
waitFor: GenericFunction;
__getLocalVars(): Record<string, any>;
static getAll(): FluxStore[];
}
export class FluxEmitter {