Sha256: 2b2ef76a9f36094b07ee6f76a5ac6903f2f65c0a20283201814a8d1e752cb592
Contents?: true
Size: 957 Bytes
Versions: 26
Compression:
Stored size: 957 Bytes
Contents
import { setupMain } from './setup'; import * as directApi from './directApi'; export type { Instance } from './setup'; export declare const userEvent: { readonly setup: typeof setupMain; readonly clear: typeof directApi.clear; readonly click: typeof directApi.click; readonly copy: typeof directApi.copy; readonly cut: typeof directApi.cut; readonly dblClick: typeof directApi.dblClick; readonly deselectOptions: typeof directApi.deselectOptions; readonly hover: typeof directApi.hover; readonly keyboard: typeof directApi.keyboard; readonly pointer: typeof directApi.pointer; readonly paste: typeof directApi.paste; readonly selectOptions: typeof directApi.selectOptions; readonly tripleClick: typeof directApi.tripleClick; readonly type: typeof directApi.type; readonly unhover: typeof directApi.unhover; readonly upload: typeof directApi.upload; readonly tab: typeof directApi.tab; };
Version data entries
26 entries across 26 versions & 1 rubygems