UNPKG

ng-devui

Version:

DevUI components based on Angular

6 lines (5 loc) 214 B
import { IStorageService } from './interface'; export declare class StorageService implements IStorageService { tryGetLocalStorage(key: string): string; trySetLocalStorage(key: string, value: any): void; }