UNPKG

@documment/mmp.ui.data

Version:

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

7 lines (6 loc) 237 B
import { LogEntryPublisher } from './logging/log-entry.publisher'; export declare class LoggingPublisher { private logEntryPublisher; constructor(logEntryPublisher: LogEntryPublisher); readonly logEntry: LogEntryPublisher; }