UNPKG

@atomic-testing/react-19

Version:

Adapter for integrating [Atomic Testing](https://atomic-testing.dev) with [React 19](https://react.dev). It maps React components to the core scene part APIs.

6 lines (4 loc) 164 B
import { IComponentDriverOption } from '@atomic-testing/core'; export interface IReactTestEngineOption extends IComponentDriverOption { rootElement?: Element; }