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