@botonic/react
Version:
Build Chatbots using React
15 lines • 433 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.COMPONENT_DISPLAY_NAMES = void 0;
exports.COMPONENT_DISPLAY_NAMES = {
Button: 'Button',
Carousel: 'Carousel',
Pic: 'Pic',
Reply: 'Reply',
Subtitle: 'Subtitle',
Text: 'Text',
Title: 'Title',
MultichannelButton: 'MultichannelButton',
MultichannelReply: 'MultichannelReply',
};
//# sourceMappingURL=constants.js.map