why not
This commit is contained in:
parent
8b6620ca2f
commit
c2e12e2827
2
src/webpack/common/types/stores.d.ts
vendored
2
src/webpack/common/types/stores.d.ts
vendored
|
@ -186,6 +186,6 @@ export class GuildStore extends FluxStore {
|
|||
export type useStateFromStores = <T>(
|
||||
stores: t.FluxStore[],
|
||||
mapper: () => T,
|
||||
dependencies?: any,
|
||||
dependencies?: any[] | null,
|
||||
isEqual?: (old: T, newer: T) => boolean
|
||||
) => T;
|
||||
|
|
Loading…
Reference in a new issue