ship-gis/node_modules/@testing-library/user-event/dist/tab.d.ts
2026-01-22 09:14:01 +09:00

7 lines
161 B
TypeScript

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