Skip to content

API Reference / @gtkx/testing / WrapperComponent

Type Alias: WrapperComponent

WrapperComponent = ComponentType<{ children: ReactNode; }>

Defined in: packages/testing/dist/types.d.ts:94

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

Released under the MPL-2.0 License.