@empathyco/x-components
Version:
Empathy X Components
11 lines • 460 B
TypeScript
import type { StorageService } from '@empathyco/x-storage-service';
/**
* Service instance of {@link @empathyco/x-storage-service#StorageService | storage service} if
* localStorage is available.
* If not, required {@link @empathyco/x-storage-service#StorageService | storage service} functions
* are initialized with empty implementations.
*
* @internal
*/
export declare const localStorageService: StorageService;
//# sourceMappingURL=storage.d.ts.map