Props accepted by AutoSizer

interface AutoSizerProps {
    children: AutoSizerRender;
    className?: string;
    style?: CSSProperties;
}

Properties

children: AutoSizerRender

Function implementing AutoSizerRender that renders the content that needs explicit sizing

className?: string

The className applied to the container element

style?: CSSProperties

Inline style to apply to the container element