UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

3 lines (2 loc) 116 B
import { RootState, ApiState } from './reducers'; export declare const getApiState: (state: RootState) => ApiState;