UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

6 lines 328 B
declare function tabTrappingKey(event: KeyboardEvent, parentElem: HTMLElement | Document, onlyTabbable?: HTMLElement[] | null): boolean | undefined; declare namespace tabTrappingKey { var isNotRadioOrTabbableRadio: (node: HTMLInputElement) => boolean; } export { tabTrappingKey }; //# sourceMappingURL=focus-trap-js.d.ts.map