"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_FOOTER_ACTIONS = void 0;
function getDefaultFooterActions() {
return ['ok', 'cancel'];
}
exports.default = getDefaultFooterActions;
exports.DEFAULT_FOOTER_ACTIONS = ['ok', 'cancel'];