UNPKG

@ngxs/store

Version:
10 lines (9 loc) 254 B
import { BehaviorSubject } from 'rxjs'; import { PlainObject } from '@ngxs/store/internals'; /** * BehaviorSubject of the entire state. * @ignore */ export declare class StateStream extends BehaviorSubject<PlainObject> { constructor(); }