UNPKG

@zag-js/range-slider

Version:

Core logic for the range-slider widget implemented as a state machine

5 lines (4 loc) 240 B
export { anatomy } from "./range-slider.anatomy" export { connect } from "./range-slider.connect" export { machine } from "./range-slider.machine" export type { UserDefinedContext as Context, MachineApi as Api } from "./range-slider.types"