mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore(client): fix several type errors (#58500)
This commit is contained in:
committed by
GitHub
parent
acfabb69de
commit
1738b1f05f
Vendored
+1
@@ -3,6 +3,7 @@ declare global {
|
||||
// This is a feature Gatsby adds to the `window` object.
|
||||
// https://github.com/gatsbyjs/gatsby/blob/deb41cdfefbefe0c170b5dd7c10a19ba2b338f6e/packages/gatsby/cache-dir/production-app.js#L28
|
||||
___loader: {
|
||||
enqueue: () => void;
|
||||
hovering: (path: string | null) => void;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user