UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

13 lines 456 B
/// <reference types="react" /> import type { SanitizedCollectionConfig } from '../../../../../collections/config/types'; import type { SanitizedGlobalConfig } from '../../../../../exports/types'; export declare const SetStepNav: React.FC<{ collection: SanitizedCollectionConfig; id: number | string; isEditing: boolean; view?: string; } | { global: SanitizedGlobalConfig; view?: string; }>; //# sourceMappingURL=SetStepNav.d.ts.map