UNPKG

react-resize-detector

Version:
4 lines (3 loc) 247 B
import useResizeDetector from './useResizeDetector'; export { useResizeDetector }; export type { UseResizeDetectorReturn, useResizeDetectorProps, OnResizeCallback, ResizePayload, ResfreshModeType, ResfreshOptionsType, Dimensions } from './types';