UNPKG

@ark-ui/vue

Version:

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

7 lines (6 loc) 530 B
export { default as Root } from './toggle-root.vue'; export type { ToggleRootProps as RootProps, ToggleRootBaseProps as RootBaseProps, ToggleRootEmits as RootEmits, } from './toggle-root.vue'; export { default as Indicator } from './toggle-indicator.vue'; export type { ToggleIndicatorProps as IndicatorProps, ToggleIndicatorBaseProps as IndicatorBaseProps, } from './toggle-indicator.vue'; export { default as Context } from './toggle-context.vue'; export type { ToggleContextProps as ContextProps } from './toggle-context.vue';