Appearance
const $windowSize: Signal<{ width: number; height: number }>;
A signal containing the window size with width and height.
import { $windowSize } from "@monstermann/signals-web"; $windowSize(); // { width: 1920, height: 1080 }