react-playground
    Preparing search index...
    • SizedBox component that wraps its children in a div with specified width and height.

      Parameters

      • props: { children: ReactNode; height: number; width: number }

        The properties for the SizedBox component.

        • children: ReactNode
        • height: number

          The height of the box.

        • width: number

          The width of the box.

      Returns Element

      The rendered SizedBox component.