type2docfx
Version:
A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.
12 lines (11 loc) • 443 B
text/typescript
/**
* @module botbuilder-dialogs
*/
/** Licensed under the MIT License. */
export * from './prompts/index';
export * from './dialog';
export * from './dialogSet';
export * from './waterfall';
// Re-exporting choice related interfaces used just to avoid TS developers from needing to
// import interfaces from two libraries when working with dialogs.
export { FoundChoice, Choice, ChoiceStylerOptions } from 'botbuilder-choices';