UNPKG

react-gallery-layouts

Version:

React gallery layouts library with masonry, stack, grid, and justified layouts

4 lines (3 loc) 120 B
import { WindowSize } from '../types'; declare const useWindowResize: () => WindowSize; export default useWindowResize;