gatsby-theme-advanced
Version:
GatsbyJS theme equipped with advanced features.
6 lines (5 loc) • 683 B
TypeScript
export const onCreateNode: ((args: import("gatsby").CreateNodeArgs<Record<string, unknown>>, options: import("gatsby").PluginOptions, callback: import("gatsby").PluginCallback<void>) => void | Promise<void>) | undefined;
export const createSchemaCustomization: ((args: import("gatsby").CreateSchemaCustomizationArgs, options: import("gatsby").PluginOptions, callback: import("gatsby").PluginCallback<void>) => void | Promise<void>) | undefined;
export const createPages: ((args: import("gatsby").CreatePagesArgs & {
traceId: "initial-createPages";
}, options: import("gatsby").PluginOptions, callback: import("gatsby").PluginCallback<void>) => void | Promise<void>) | undefined;