export const dataEvents = [
  {
    name: "onShow",
    description: "Dispatched when the modal Shows Up.",
  },
  {
    name: "onMinimize",
    description: "Dispatched when the modal is Minimized",
  },
  {
    name: "onMaximize",
    description: "Dispatched when the modal is Maximized",
  },
  {
    name: "onClose",
    description: "Dispatched when the modal is Closed",
  },
  ];
