UNPKG

@ark-ui/vue

Version:

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

6 lines (5 loc) 315 B
//#region src/components/rating-group/use-rating-group-context.ts var [RatingGroupProvider, useRatingGroupContext] = require("../../utils/create-context.cjs").createContext("RatingGroupContext"); //#endregion exports.RatingGroupProvider = RatingGroupProvider; exports.useRatingGroupContext = useRatingGroupContext;