@upstart.gg/sdk
Version:
You can test the CLI without recompiling by running:
9 lines (8 loc) • 354 B
TypeScript
import * as _sinclair_typebox1158 from "@sinclair/typebox";
import { Static } from "@sinclair/typebox";
//#region src/shared/responsive.d.ts
declare const resolution: _sinclair_typebox1158.TUnsafe<"desktop" | "mobile">;
type Resolution = Static<typeof resolution>;
//#endregion
export { Resolution, resolution };
//# sourceMappingURL=responsive.d.ts.map