Skip to content

Commit

Permalink
fix: export typings
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Feb 9, 2020
1 parent efefe15 commit 02789f9
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 02789f9

Please sign in to comment.