UNPKG

intentful

Version:

Create Custom Skills with less headache

19 lines (18 loc) 486 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AlexaFooter = void 0; const component_1 = require("../../component"); class AlexaFooter extends component_1.APLComponent { constructor(props) { super('AlexaFooter', props); } componentSpecificModel() { return { hintText: this.props.hintText }; } componentSpecificRequestHandlers() { return []; } } exports.AlexaFooter = AlexaFooter;