UNPKG

@zag-js/aria-hidden

Version:

Hide targets from screen readers

11 lines (9 loc) 341 B
interface WalkTreeOutsideOptions { parentNode: HTMLElement; markerName: string; controlAttribute: string; explicitBooleanValue: boolean; followControlledElements?: boolean; } declare const walkTreeOutside: (originalTarget: Element | Element[], props: WalkTreeOutsideOptions) => VoidFunction; export { walkTreeOutside };