UNPKG

294 BTypeScriptView Raw
1export declare const getFocusables: (parents: Element[], withGuards?: boolean | undefined) => HTMLElement[];
2/**
3 * return a list of focusable nodes within an area marked as "auto-focusable"
4 * @param parent
5 */
6export declare const getParentAutofocusables: (parent: Element) => HTMLElement[];