UNPKG

@ark-ui/vue

Version:

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

5 lines (4 loc) 240 B
export { default as LocaleProvider } from './locale-provider.vue.js'; export { useCollator } from './use-collator.js'; export { useFilter } from './use-filter.js'; export { DEFAULT_LOCALE, useLocaleContext } from './use-locale-context.js';