diff options
| author | AAGaming <aagaming@riseup.net> | 2024-05-29 21:04:36 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-05-29 21:04:36 -0400 |
| commit | 5bfc53231d152eb7daef53e62fa09b546b768450 (patch) | |
| tree | 079a7f329b09f04484ebd83cd26f38070f216d92 /frontend | |
| parent | 2b4e3318ca2d221656d862a6524b076da820b78b (diff) | |
| download | decky-loader-5bfc53231d152eb7daef53e62fa09b546b768450.tar.gz decky-loader-5bfc53231d152eb7daef53e62fa09b546b768450.zip | |
shut up ts
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/src/index.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/src/index.ts b/frontend/src/index.ts index 0faea32c..a0180738 100644 --- a/frontend/src/index.ts +++ b/frontend/src/index.ts @@ -1,4 +1,7 @@ // Sets up DFL, then loads start.ts which starts up the loader +interface Window { + SP_REACTDOM: any; +} (async () => { if (!window.SP_REACT) { console.debug('Setting up React globals...'); |
