UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

7 lines 504 B
export declare function getClosestAccordion(el: HTMLElement | undefined): HTMLElement | undefined; export declare function getSiblingButtons(item: HTMLElement): HTMLElement[] | undefined; export declare function focusFirstSiblingOf(item: HTMLElement): void; export declare function focusLastSiblingOf(item: HTMLElement): void; export declare function focusNextSiblingOf(item: HTMLElement): void; export declare function focusPreviousSiblingOf(item: HTMLElement): void; //# sourceMappingURL=focus.d.ts.map