@ark-ui/vue
Version:
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
5 lines (4 loc) • 573 B
TypeScript
export { default as Byte, type FormatByteProps as ByteProps, type FormatByteProps as ByteBaseProps, } from './format-byte.vue';
export { default as Number, type FormatNumberProps as NumberProps, type FormatNumberProps as NumberBaseProps, } from './format-number.vue';
export { default as RelativeTime, type FormatRelativeTimeProps as RelativeTimeProps, type FormatRelativeTimeProps as RelativeTimeBaseProps, } from './format-relative-time.vue';
export { default as Time, type FormatTimeProps as TimeProps, type FormatTimeProps as TimeBaseProps, } from './format-time.vue';