UNPKG

prodap-chatbot-domain

Version:

Classes utilizadas na resposta de todas as Intents do Assistente Virtual

14 lines 467 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const FormAbstract_1 = require("./FormAbstract"); const FormTypes_1 = require("./FormTypes"); class TextInput extends FormAbstract_1.default { constructor(props, action) { super(props, FormTypes_1.default.TEXT_INPUT); this.list = []; this.action = action; this.list = props.list; } } exports.default = TextInput; //# sourceMappingURL=TextInput.js.map