UNPKG

@ark-ui/vue

Version:

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

3 lines (2 loc) 268 B
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';