UNPKG

@ark-ui/vue

Version:

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

5 lines (4 loc) 364 B
export { default as LocaleProvider, type LocaleProviderProps } from './locale-provider.vue'; export { useCollator, type UseCollatorProps, type UseCollatorReturn } from './use-collator'; export { useFilter, type UseFilterProps, type UseFilterReturn } from './use-filter'; export { DEFAULT_LOCALE, useLocaleContext, type LocaleContext } from './use-locale-context';