UNPKG

278 BTypeScriptView Raw
1/*!
2 * Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3 * SPDX-License-Identifier: Apache-2.0
4 */
5export interface RehydratedState {
6 rehydrated: boolean;
7}
8export { default as Rehydrated } from './rehydrated';
9export * from './offline-helpers';