UNPKG

matrix-react-sdk

Version:
7 lines (6 loc) 157 B
/** * Hook that gets the width of the viewport using UIStore * * @returns the current window width */ export declare const useWindowWidth: () => number;