UNPKG

react-resize-detector

Version:
4 lines (3 loc) 252 B
import useResizeDetector from './useResizeDetector.js'; export { useResizeDetector }; export type { UseResizeDetectorReturn, useResizeDetectorProps, OnResizeCallback, ResizePayload, RefreshModeType, RefreshOptionsType, Dimensions, } from './types.js';