packages/storage-plugin/src/public_api.ts
export { NgxsStoragePluginModule, withNgxsStoragePlugin } from './storage.module';
export { NgxsStoragePlugin } from './storage.plugin';
export * from './engines';
export {
StorageOption,
NgxsStoragePluginOptions,
STORAGE_ENGINE,
StorageEngine
} from '@ngxs/storage-plugin/internals';