UNPKG

@ark-ui/vue

Version:

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

3 lines (2 loc) 186 B
export { default as LocaleProvider, type LocaleProviderProps } from './locale-provider.vue'; export { DEFAULT_LOCALE, useLocaleContext, type LocaleContext } from './use-locale-context';