UNPKG

@zag-js/slider

Version:

Core logic for the slider widget implemented as a state machine

7 lines (4 loc) 441 B
import * as _zag_js_anatomy from '@zag-js/anatomy'; declare const anatomy: _zag_js_anatomy.AnatomyInstance<"root" | "label" | "thumb" | "valueText" | "track" | "range" | "control" | "markerGroup" | "marker" | "draggingIndicator">; declare const parts: Record<"root" | "label" | "thumb" | "valueText" | "track" | "range" | "control" | "markerGroup" | "marker" | "draggingIndicator", _zag_js_anatomy.AnatomyPart>; export { anatomy, parts };