UNPKG

@ark-ui/vue

Version:

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

5 lines (4 loc) 308 B
import { UseRatingGroupReturn } from './use-rating-group'; export interface UseRatingGroupContext extends UseRatingGroupReturn { } export declare const RatingGroupProvider: (opts: UseRatingGroupContext) => void, useRatingGroupContext: (fallback?: UseRatingGroupContext | undefined) => UseRatingGroupContext;