UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

5 lines (4 loc) 293 B
export * as RatingGroup from './rating-group.js'; export { createRatingGroup, } from './create-rating-group.svelte.js'; export { anatomy as ratingGroupAnatomy } from './rating-group-anatomy.js'; export { getRatingGroupContext, setRatingGroupContext, } from './rating-group-context.svelte.js';