// src/components/color-picker/color-picker.anatomy.ts
import { anatomy } from "@zag-js/color-picker";
var colorPickerAnatomy = anatomy.extendWith("view");

export {
  colorPickerAnatomy
};
