@types/user-event
TypeScript icon, indicating that this package has built-in type declarations

4.1.3 • Public • Published

Installation

npm install --save @types/user-event

Summary

This package contains type definitions for user-event (https://github.com/testing-library/user-event).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/user-event.

index.d.ts

export interface UserOpts {
    allAtOnce?: boolean | undefined;
    delay?: number | undefined;
}
declare const userEvent: {
    click: (element: Element | Window) => void;
    dblClick: (element: Element | Window) => void;

    selectOptions: (element: Element | Window, values: string | string[]) => void;

    type: (element: Element | Window, text: string, userOpts?: UserOpts) => Promise<void>;
};

export default userEvent;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Wu Haotian.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/user-event

Weekly Downloads

3,939

Version

4.1.3

License

MIT

Unpacked Size

3.4 kB

Total Files

5

Last publish

Collaborators

  • types