UNPKG

@ui-machines/rating

Version:

Core logic for the rating widget implemented as a state machine

4 lines (3 loc) 156 B
export { connect } from "./rating.connect"; export { machine } from "./rating.machine"; export type { MachineContext, MachineState } from "./rating.types";