Appearance
const $windowHeight: Signal<number>;
A signal containing the window height.
import { $windowHeight } from "@monstermann/signals-web"; $windowHeight(); // 1080