@ark-ui/vue
Version:
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
6 lines (5 loc) • 490 B
TypeScript
export { default as LocaleProvider, type LocaleProviderProps } from './locale-provider.vue';
export { useCollator, type UseCollatorProps, type UseCollatorReturn } from './use-collator.js';
export { useDateFormatter, type UseDateFormatterProps, type UseDateFormatterReturn } from './use-date-formatter.js';
export { useFilter, type UseFilterProps, type UseFilterReturn } from './use-filter.js';
export { DEFAULT_LOCALE, useLocaleContext, type LocaleContext } from './use-locale-context.js';