Files
conference-room-booking-system/frontend/node_modules/@testing-library/user-event/dist/tab.d.ts

7 lines
161 B
TypeScript
Raw Normal View History

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