// src/components/tour/tour.anatomy.ts
import { anatomy } from "@zag-js/tour";
var tourAnatomy = anatomy.extendWith("control");

export {
  tourAnatomy
};
