UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

9 lines 299 B
import type { Action, State } from './types'; export declare const defaultLoadingOverlayState: { isLoading: boolean; loaders: any[]; loadingText: string; overlayType: any; }; export declare const reducer: (state: State, action: Action) => State; //# sourceMappingURL=reducer.d.ts.map