Props that an implementation of AutoSizerRender must accept.

interface AutoSizerRenderProps {
    height: number;
    width: number;
}

Properties

Properties

height: number

Computed height

width: number

Computed width