UNPKG

react-resize-reporter

Version:

Lightweight React Component that reports width and height changes when its parent resizes.

5 lines 225 B
import { ResizeReporter } from './object'; export { ResizeReporter as ResizeReporterScoll } from './scroll'; export const ResizeReporterObject = ResizeReporter; export default ResizeReporter; //# sourceMappingURL=index.js.map