UNPKG

bot-form

Version:

> Formularios con UX de chatbot

4 lines (3 loc) 351 B
import { BotFormAdapter, BotFormReducerState } from '../typings'; import { BotFormEvents } from './events'; export declare const botFormReducerFactory: (INITIAL_STATE: BotFormReducerState<any, any>, EVENTS: BotFormEvents, ADAPTER: BotFormAdapter) => import("@ngrx/store").ActionReducer<BotFormReducerState<any, any>, import("@ngrx/store").Action>;