mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-03 21:26:23 +00:00
that's wrong actually
This commit is contained in:
parent
272209069a
commit
0953ba89ed
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import { makeLazy } from "./lazy";
|
||||||
|
|
||||||
export const SYM_LAZY_COMPONENT_INNER = Symbol.for("vencord.lazyComponent.inner");
|
export const SYM_LAZY_COMPONENT_INNER = Symbol.for("vencord.lazyComponent.inner");
|
||||||
|
|
||||||
export type LazyComponentType<P extends AnyRecord = AnyRecord> = React.FunctionComponent<P & AnyRecord> & AnyRecord & {
|
export type LazyComponentType<P extends AnyRecord = AnyRecord> = React.FunctionComponent<P> & AnyRecord & {
|
||||||
[SYM_LAZY_COMPONENT_INNER]: () => AnyComponentType<P> | null;
|
[SYM_LAZY_COMPONENT_INNER]: () => AnyComponentType<P> | null;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue