UNPKG

@testing-library/user-event

Version:
7 lines (6 loc) 197 B
import type { Options } from '../options'; import { System } from '../system'; export interface Config extends Required<Options> { system: System; } export declare const Config: unique symbol;