@netlify/content-engine
Version:
12 lines • 404 B
TypeScript
export declare function setGatsbyPluginCache(plugin: {
name: string;
resolve: string;
importKey?: string;
}, module: string, moduleObject: any): void;
export declare function importGatsbyPlugin(plugin: {
name: string;
resolve: string;
resolvedCompiledGatsbyNode?: string;
importKey?: string;
}, module: string): Promise<any>;
//# sourceMappingURL=import-gatsby-plugin.d.ts.map