UNPKG

@base-ui/react

Version:

Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.

3 lines 215 B
import * as React from 'react'; export declare const INITIAL_LIVE_REGION_TEXT_MUTATION_RESET_DELAY = 200; export declare function useInitialLiveRegionTextMutation<T extends HTMLElement>(): React.RefObject<T | null>;