Skip to content

API Reference / @gtkx/testing / WrapperComponent

Type Alias: WrapperComponent

WrapperComponent = ComponentType<{ children: ReactNode; }>

Defined in: types.d.ts:68

A React component that wraps rendered content, receiving it as its children.

Released under the MPL-2.0 License.