UNPKG

@ark-ui/vue

Version:

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

6 lines (5 loc) 365 B
import { ItemState } from '@zag-js/radio-group'; import { ComputedRef } from 'vue'; export interface UseSegmentGroupItemContext extends ComputedRef<ItemState> { } export declare const SegmentGroupItemProvider: (opts: UseSegmentGroupItemContext) => void, useSegmentGroupItemContext: (fallback?: UseSegmentGroupItemContext | undefined) => UseSegmentGroupItemContext;