UNPKG

mod-arch-shared

Version:

Shared library 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