@ark-ui/vue
Version:
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
4 lines (3 loc) • 445 B
text/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';