/** * Copyright (c) 2024 Khaled Sameer . * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. **/ export { persisted, LocalStorageProvider, SessionStorageProvider, MemoryStorageProvider } from './persisted'; export type { StorageProvider } from './persisted'; export { withHistory } from './withHistory'; //# sourceMappingURL=index.d.ts.map