UNPKG

gatsby

Version:
4 lines (3 loc) 206 B
import { IFlattenedPlugin } from "./types"; import { IGatsbyConfig } from "../../internal"; export declare function loadPlugins(rawConfig: IGatsbyConfig, rootDir: string): Promise<Array<IFlattenedPlugin>>;