UNPKG

@ark-ui/vue

Version:

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

8 lines (7 loc) 606 B
export { default as Root } from './swap-root.vue'; export type { SwapRootProps as RootProps, SwapRootBaseProps as RootBaseProps } from './swap-root.vue'; export { default as RootProvider } from './swap-root-provider.vue'; export type { SwapRootProviderProps as RootProviderProps, SwapRootProviderBaseProps as RootProviderBaseProps, } from './swap-root-provider.vue'; export { default as Indicator } from './swap-indicator.vue'; export type { SwapIndicatorProps as IndicatorProps, SwapIndicatorBaseProps as IndicatorBaseProps, } from './swap-indicator.vue'; export { swapAnatomy } from './swap.anatomy.js';