Reincharts
    Preparing search index...

    Interface WithSizeProps

    interface WithSizeProps {
        height: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number

    Height of the component in pixels.

    width: number

    Width of the component in pixels.