mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-10 23:23:04 -04:00
CallTimer
This commit is contained in:
parent
0f644dff73
commit
c5b5b754e2
4 changed files with 121 additions and 0 deletions
|
@ -32,6 +32,8 @@ export const Flux = lazyWebpack(filters.byProps("connectStores"));
|
|||
export let React: typeof import("react");
|
||||
export const ReactDOM: typeof import("react-dom") = lazyWebpack(filters.byProps("createPortal", "render"));
|
||||
|
||||
export const moment: typeof import("moment") = lazyWebpack(filters.byProps("parseTwoDigitYear"));
|
||||
|
||||
export const MessageStore = lazyWebpack(filters.byProps("getRawMessages")) as Omit<Stores.MessageStore, "getMessages"> & { getMessages(chanId: string): any; };
|
||||
export const PermissionStore = lazyWebpack(filters.byProps("can", "getGuildPermissions"));
|
||||
export const PrivateChannelsStore = lazyWebpack(filters.byProps("openPrivateChannel"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue