@ark-ui/vue
Version: 
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
11 lines (6 loc) • 366 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const createContext = require('../../utils/create-context.cjs');
const [RatingGroupProvider, useRatingGroupContext] = createContext.createContext("RatingGroupContext");
exports.RatingGroupProvider = RatingGroupProvider;
exports.useRatingGroupContext = useRatingGroupContext;