UNPKG

291 BTypeScriptView Raw
1import { Config, Models, RematchStore } from './types';
2export default function createRematchStore<TModels extends Models<TModels>, TExtraModels extends Models<TModels>>(config: Config<TModels, TExtraModels>): RematchStore<TModels, TExtraModels>;
3//# sourceMappingURL=rematchStore.d.ts.map
\No newline at end of file