UNPKG

downshift

Version:

🏎 A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components.

9 lines (8 loc) 294 B
/** * Sets aria live status to a div element that's visually hidden. */ export declare function setStatus(status: string, document: Document | undefined): void; /** * Removes the status element from the DOM */ export declare function cleanupStatusDiv(document: Document | undefined): void;