Files
conference-room-booking-system/frontend/node_modules/@testing-library/user-event/dist/tab.d.ts
2025-08-20 21:01:11 -04:00

7 lines
161 B
TypeScript

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