Skip to content

Commit

Permalink
Merge pull request #216 from testing-library/timdeschryver-patch-1
Browse files Browse the repository at this point in the history
fix: export typings
  • Loading branch information
Gpx committed Feb 17, 2020
2 parents f7e1640 + 6b8cc8b commit 9d50ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typings/index.d.ts
Expand Up @@ -4,12 +4,12 @@ export interface IUserOptions {
delay?: number;
}

interface ITabUserOptions {
export interface ITabUserOptions {
shift?: boolean;
focusTrap?: Document | Element;
}

type TargetElement = Element | Window;
export type TargetElement = Element | Window;

declare const userEvent: {
click: (element: TargetElement) => void;
Expand Down

0 comments on commit 9d50ff6

Please sign in to comment.