@zag-js/tour
Version:
Core logic for the tour widget implemented as a state machine
7 lines (4 loc) • 503 B
TypeScript
import * as _zag_js_anatomy from '@zag-js/anatomy';
declare const anatomy: _zag_js_anatomy.AnatomyInstance<"content" | "title" | "actionTrigger" | "closeTrigger" | "progressText" | "description" | "positioner" | "arrow" | "arrowTip" | "backdrop" | "spotlight">;
declare const parts: Record<"content" | "title" | "actionTrigger" | "closeTrigger" | "progressText" | "description" | "positioner" | "arrow" | "arrowTip" | "backdrop" | "spotlight", _zag_js_anatomy.AnatomyPart>;
export { anatomy, parts };