UNPKG

react-aria

Version:
10 lines (9 loc) 285 B
type Revert = () => void; /** * Acts as a polyfill for `aria-modal` by watching for added modals and hiding any surrounding DOM * elements with `aria-hidden`. */ export declare function watchModals(selector?: string, { document }?: { document?: Document; }): Revert; export {};