UNPKG

@equinor/fusion-react-power-bi

Version:
8 lines 318 B
import { ApiClient } from '../../types'; import { Store } from './store'; import { State } from './state'; export declare const createStore: (id: string, clients: ApiClient) => Store; export { Store, State }; export { Actions, actions } from './actions'; export default createStore; //# sourceMappingURL=index.d.ts.map