Files
personal-stat-tracker/frontend/node_modules/@testing-library/user-event/dist/tab.d.ts
2022-11-23 15:48:57 -06:00

7 lines
161 B
TypeScript

interface tabOptions {
shift?: boolean;
focusTrap?: Document | Element;
}
declare function tab({ shift, focusTrap }?: tabOptions): void;
export { tab };