payload
Version:
Node, React, Headless CMS and Application Framework built on Next.js
9 lines • 343 B
TypeScript
import type { PayloadComponent } from '../../../config/types.js';
import type { ImportMap } from '../index.js';
export declare const getFromImportMap: <TOutput>(args: {
importMap: ImportMap;
PayloadComponent: PayloadComponent;
schemaPath?: string;
silent?: boolean;
}) => TOutput;
//# sourceMappingURL=getFromImportMap.d.ts.map