// src/components/listbox/listbox.anatomy.ts
import { anatomy } from "@zag-js/listbox";
var listboxAnatomy = anatomy.extendWith("empty");

export {
  listboxAnatomy
};
