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>(
|
export type useStateFromStores = <T>(
|
||||||
stores: t.FluxStore[],
|
stores: t.FluxStore[],
|
||||||
mapper: () => T,
|
mapper: () => T,
|
||||||
dependencies?: any,
|
dependencies?: any[] | null,
|
||||||
isEqual?: (old: T, newer: T) => boolean
|
isEqual?: (old: T, newer: T) => boolean
|
||||||
) => T;
|
) => T;
|
||||||
|
|
Loading…
Reference in a new issue