UNPKG

215 BTypeScriptView Raw
1export declare const candidateSelectors: string[];
2export declare function getAllTabbingElements(parentElem: any): any[];
3export declare function tabTrappingKey(event: any, parentElem: any): boolean | undefined;