UNPKG

@react-awesome-query-builder/mui

Version:
13 lines 376 B
export default (function (_ref) { var onOk = _ref.onOk, okText = _ref.okText, cancelText = _ref.cancelText, title = _ref.title, confirmFn = _ref.confirmFn; confirmFn({ description: title || "Are you sure?", title: null, confirmationText: okText || "Ok", cancellationText: cancelText || "Cancel" }).then(onOk)["catch"](function () {}); });