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