UNPKG

mod-arch-core

Version:

Core functionality and API utilities for modular architecture micro-frontend projects

3 lines 234 B
import { APIState } from '../api/types'; export declare const useAPIState: <T>(hostPath: string | null, createAPI: (path: string) => T) => [apiState: APIState<T>, refreshAPIState: () => void]; //# sourceMappingURL=useAPIState.d.ts.map