Files
Speedtest-Tracker/conf/site/node_modules/react-overlays/cjs/manageAriaHidden.d.ts
Henry Whitaker 3a99dc5495 Updated to v1.3.3
2020-05-05 09:34:02 +01:00

9 lines
388 B
TypeScript

export declare function ariaHidden(show: boolean, node: Element | null | undefined): void;
interface SiblingExclusions {
dialog: Element;
backdrop: Element;
}
export declare function hideSiblings(container: Element, { dialog, backdrop }: SiblingExclusions): void;
export declare function showSiblings(container: Element, { dialog, backdrop }: SiblingExclusions): void;
export {};