UNPKG

@telsystems/common

Version:
11 lines (10 loc) 405 B
import MVC from 'react-redux-mvc'; import { ViewModel } from './ViewModel'; export declare class BasicController<T extends ViewModel<any>> extends MVC.Controller<T> { model?: T; protected currentProps: any; protected nextProps: any; protected lastAction: any; constructor(Model: any, props: any, context: any); componentWillReceiveProps(currentProps: any, nextProps: any): void; }