UNPKG

botbuilder-formflow

Version:
11 lines (9 loc) 194 B
const FormFlow = require('../../../botbuilder-formflow'); module.exports = [ new FormFlow.MenuDialog({ "prompt": "Menu items", "items" : function () { return null; } }) ]