tab.d.ts 161 Bytes Raw Blame History Permalink 1 2 3 4 5 6 interface tabOptions { shift?: boolean; focusTrap?: Document | Element; } declare function tab({ shift, focusTrap }?: tabOptions): void; export { tab };