gatsby
Version:
Blazing fast modern site generator for React
7 lines (6 loc) • 534 B
TypeScript
import { IPluginInfo } from "../types";
export declare const GATSBY_CLOUD_PLUGIN_NAME = "gatsby-plugin-gatsby-cloud";
export declare const GATSBY_PLUGIN_PREVIEW_NAME = "@gatsby-cloud-pkg/gatsby-plugin-preview";
export declare function addGatsbyPluginPreviewWhenInstalled(plugins: Array<IPluginInfo>, rootDir: string): void;
export declare function addGatsbyPluginCloudPluginWhenInstalled(plugins: Array<IPluginInfo>, rootDir: string): void;
export declare function incompatibleGatsbyCloudPlugin(plugins: Array<IPluginInfo>): boolean;