UNPKG

@zag-js/rating-group

Version:

Core logic for the rating-group widget implemented as a state machine

8 lines (5 loc) 307 B
import { PropTypes, NormalizeProps } from '@zag-js/types'; import { RatingGroupService, RatingGroupApi } from './rating-group.types.js'; import '@zag-js/core'; declare function connect<T extends PropTypes>(service: RatingGroupService, normalize: NormalizeProps<T>): RatingGroupApi<T>; export { connect };