UNPKG

ontimize-web-ngx

Version:
7 lines (6 loc) 159 B
export interface ILocalStorageComponent { storeState?: boolean; getDataToStore(): object; getComponentKey(): string; getRouteKey?(): string; }