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.

11 lines (10 loc) 405 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ComponentUIText = void 0; var ComponentUIText; (function (ComponentUIText) { ComponentUIText["Next"] = "Next"; ComponentUIText["Previous"] = "Previous"; ComponentUIText["More"] = "More"; ComponentUIText["Close"] = "Close"; })(ComponentUIText = exports.ComponentUIText || (exports.ComponentUIText = {}));