Function Scaffold

Function that generates a Scaffold component.

  • Type Parameters

    • T extends unknown = any

    Parameters

    • props: IScaffoldProps<T>

      The props for the Scaffold component.

    Returns Element

    • The rendered component tree.