UNPKG

slack-block-builder

Version:

Maintainable code for interactive Slack messages, modals, home tabs, and workflow steps. A must-have for the Slack Block Kit framework.

9 lines (8 loc) 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ButtonStyle = void 0; var ButtonStyle; (function (ButtonStyle) { ButtonStyle["Danger"] = "danger"; ButtonStyle["Primary"] = "primary"; })(ButtonStyle = exports.ButtonStyle || (exports.ButtonStyle = {}));