UNPKG

@ark-ui/react

Version:

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

12 lines (6 loc) 379 B
'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const environmentProvider = require('./environment-provider.cjs'); const useEnvironmentContext = require('./use-environment-context.cjs'); exports.EnvironmentProvider = environmentProvider.EnvironmentProvider; exports.useEnvironmentContext = useEnvironmentContext.useEnvironmentContext;