• HOC that calculates the size available to it and makes the computed size available to children. The size available depends on DOM layout and style applied wherever the AutoSizer finds itself. You will probably want to pass something appropriate via the className or style props.

    Accepts props defined by AutoSizerProps. You must pass a single instance of AutoSizerRender as a child.

    Parameters

    Returns Element