UNPKG

@ark-ui/react

Version:

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

12 lines (6 loc) 329 B
'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const localeProvider = require('./locale-provider.cjs'); const useLocaleContext = require('./use-locale-context.cjs'); exports.LocaleProvider = localeProvider.LocaleProvider; exports.useLocaleContext = useLocaleContext.useLocaleContext;