"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AlertDialogCloseDataAttributes = void 0; let AlertDialogCloseDataAttributes = exports.AlertDialogCloseDataAttributes = /*#__PURE__*/function (AlertDialogCloseDataAttributes) { AlertDialogCloseDataAttributes["disabled"] = "data-disabled"; return AlertDialogCloseDataAttributes; }({});