UNPKG

@etsoo/react

Version:

TypeScript ReactJs UI Independent Framework

11 lines (10 loc) 173 B
interface ISize { width: number; height: number; } /** * Detect window size * @returns Window size */ export declare const useWindowSize: () => ISize; export {};