@sonarsource/gatsby-theme-marketing
Version:
Gatsby theme for Sonar projects
10 lines (9 loc) • 589 B
TypeScript
import { GatsbyNode } from 'gatsby';
import onCreatePage from './gatsby/onCreatePage';
import pluginOptionsSchema from './gatsby/pluginOptionsSchema';
export { onCreatePage, pluginOptionsSchema };
export declare const createSchemaCustomization: GatsbyNode['createSchemaCustomization'];
export declare const onPreInit: GatsbyNode['onPreInit'];
export declare const createPages: ((args: import("gatsby").CreatePagesArgs & {
traceId: "initial-createPages";
}, options: import("gatsby").PluginOptions, callback: import("gatsby").PluginCallback<void>) => void | Promise<void>) | undefined;