mirror of
https://github.com/SteamDeckHomebrew/decky-frontend-lib.git
synced 2026-05-19 17:40:08 +02:00
5 lines
79 B
TypeScript
5 lines
79 B
TypeScript
|
|
declare global {
|
||
|
|
interface Window {
|
||
|
|
SP_REACT: typeof React;
|
||
|
|
}
|
||
|
|
}
|