// Automatically generated
const POPOVER_STATE_KEYS = [
  "baseId",
  "unstable_idCountRef",
  "visible",
  "animated",
  "animating",
  "setBaseId",
  "show",
  "hide",
  "toggle",
  "setVisible",
  "setAnimated",
  "stopAnimation",
  "modal",
  "unstable_disclosureRef",
  "setModal",
  "unstable_referenceRef",
  "unstable_popoverRef",
  "unstable_arrowRef",
  "unstable_popoverStyles",
  "unstable_arrowStyles",
  "unstable_originalPlacement",
  "unstable_update",
  "placement",
  "place",
] as const;
export const POPOVER_KEYS = POPOVER_STATE_KEYS;
export const POPOVER_ARROW_KEYS = [...POPOVER_KEYS, "size"] as const;
export const POPOVER_BACKDROP_KEYS = POPOVER_KEYS;
export const POPOVER_DISCLOSURE_KEYS = POPOVER_BACKDROP_KEYS;
