UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

6 lines (5 loc) 544 B
import type { ItemProps } from '@zag-js/radio-group'; import type { Accessor } from '../types.js'; import type { CreateSegmentGroupReturn } from './createSegmentGroup.svelte.js'; export declare const getSegmentGroupContext: () => Accessor<CreateSegmentGroupReturn>, setSegmentGroupContext: (context: Accessor<CreateSegmentGroupReturn>) => Accessor<CreateSegmentGroupReturn>; export declare const getSegmentGroupItemPropsContext: () => Accessor<ItemProps>, setSegmentGroupItemPropsContext: (context: Accessor<ItemProps>) => Accessor<ItemProps>;