UNPKG

@acaprojects/a2-composer

Version:
8 lines (7 loc) 219 B
import { PlatformRef } from '@angular/core'; export declare class DataStoreBroker { static broker: any; constructor(ref: PlatformRef); private registerLocalStorage(); private registerSessionStorage(); }