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