UNPKG

@tdb/util

Version:
5 lines (4 loc) 237 B
import { Subject } from 'rxjs'; import { ILocalStorageChangedEvent } from './types'; export declare const subject$: Subject<ILocalStorageChangedEvent>; export declare const changes$: import("rxjs").Observable<ILocalStorageChangedEvent>;