export default /*tw*/ {
  confirmModal: "{UModal}",
  footerLeftFallback: "flex space-x-4",
  confirmButton: "{UButton} w-full",
  cancelButton: "{UButton} w-full",
  i18n: {
    confirm: "Confirm",
    cancel: "Cancel",
  },
  defaults: {
    size: "sm",
    confirmColor: "brand",
    inner: false,
    divider: false,
    closeOnEsc: true,
    closeOnCross: true,
    closeOnOverlay: true,
    mobileStickBottom: false,
    confirmDisabled: false,
    cancelHidden: false,
  },
};
