UNPKG

@documment/mmp.ui.data

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.1.

4 lines (3 loc) 64 B
export interface IDataPublisher { next<T>(state: T): any; }