UNPKG

react-redux-isomorphic

Version:

Set of utilities for creating isomorphic applications using react-redux

6 lines (5 loc) 193 B
import ExtendableError from 'es6-error'; export declare class LoadContextError<IsomorphicError> extends ExtendableError { error: IsomorphicError; constructor(error: IsomorphicError); }