UNPKG

@ark-ui/react

Version:

A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.

7 lines (6 loc) 315 B
export { EnvironmentProvider, type EnvironmentProviderProps } from './environment-provider'; export { useEnvironmentContext, /** * @deprecated Use `UseEnvironmentContext` instead. */ type UseEnvironmentContext as EnvironmentContext, type RootNode, type UseEnvironmentContext, } from './use-environment-context';