UNPKG

@appsflow/redux

Version:
4 lines (3 loc) 175 B
import { AnyAction, EnhancedStore } from "@reduxjs/toolkit"; export declare function initStore(): void; export declare function getStore(): EnhancedStore<any, AnyAction, []>;