UNPKG

@ark-ui/vue

Version:

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

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