mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 18:06:22 +00:00
I should have done this in the dev branch but it's whatever now
This commit is contained in:
parent
c65e1f88d2
commit
b77b654df1
1 changed files with 1 additions and 1 deletions
|
@ -74,6 +74,6 @@ export const DraftStore = findStore<t.DraftStore>("DraftStore");
|
||||||
export const useStateFromStores = find(filters.byProps("useStateFromStores"), m => m.useStateFromStores) as <T>(
|
export const useStateFromStores = find(filters.byProps("useStateFromStores"), m => m.useStateFromStores) as <T>(
|
||||||
stores: t.FluxStore[],
|
stores: t.FluxStore[],
|
||||||
mapper: () => T,
|
mapper: () => T,
|
||||||
dependencies?: any,
|
dependencies?: any[],
|
||||||
isEqual?: (old: T, newer: T) => boolean
|
isEqual?: (old: T, newer: T) => boolean
|
||||||
) => T;
|
) => T;
|
||||||
|
|
Loading…
Reference in a new issue