UNPKG

@launchmenu/core

Version:

An environment for visual keyboard controlled applets

9 lines 209 B
/** * Retrieves the size of the window. * @returns The window size */ export declare function useWindowSize(): { width: number; height: number; }; //# sourceMappingURL=useWindowSize.d.ts.map