mirror of
https://github.com/SteamDeckHomebrew/decky-frontend-lib.git
synced 2026-05-22 19:08:46 +02:00
6 lines
136 B
TypeScript
6 lines
136 B
TypeScript
import {SteamClient} from "./steam-client";
|
|
export * from "./steam-client/shared";
|
|
|
|
declare global {
|
|
var SteamClient: SteamClient;
|
|
} |