UNPKG

@ark-ui/vue

Version:

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

5 lines (4 loc) 334 B
export { default as EnvironmentProvider } from './environment/environment-provider.vue.js'; export { useEnvironmentContext } from './environment/use-environment-context.js'; export { default as LocaleProvider } from './locale/locale-provider.vue.js'; export { DEFAULT_LOCALE, useLocaleContext } from './locale/use-locale-context.js';