UNPKG

@base-ui-components/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.

8 lines 228 B
declare global { /** * When `true`, disables animation-related code, even if supported by the runtime enviroment. */ // eslint-disable-next-line vars-on-top var BASE_UI_ANIMATIONS_DISABLED: boolean; } export type {};