@ark-ui/vue
Version:
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
5 lines (4 loc) • 347 B
text/typescript
import { ItemProps } from '@zag-js/radio-group';
export interface UseSegmentGroupItemPropsContext extends ItemProps {
}
export declare const SegmentGroupItemPropsProvider: (opts: UseSegmentGroupItemPropsContext) => void, useSegmentGroupItemPropsContext: (fallback?: UseSegmentGroupItemPropsContext | undefined) => UseSegmentGroupItemPropsContext;