UNPKG

mod-arch-shared

Version:

Shared library for modular architecture micro-frontend projects

6 lines 349 B
import { FetchState } from '../utilities/useFetchState'; import { Namespace, ModularArchConfig } from '../types'; export declare const useNamespacesWithConfig: (config: ModularArchConfig) => FetchState<Namespace[]>; declare const useNamespaces: () => FetchState<Namespace[]>; export default useNamespaces; //# sourceMappingURL=useNamespaces.d.ts.map