UNPKG

react-resize-reporter

Version:

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

5 lines (4 loc) 206 B
import { ResizeReporter } from './object'; export { ResizeReporter as ResizeReporterScoll } from './scroll'; export declare const ResizeReporterObject: typeof ResizeReporter; export default ResizeReporter;