gatsby-plugin-local-search
Version:
Gatsby plugin for providing client-side search for data available in Gatsby's GraphQL layer using a variety of engines
5 lines (4 loc) • 316 B
TypeScript
import { GatsbyNode, CreatePagesArgs } from 'gatsby';
import { PluginOptions } from './types';
export declare const createPages: (gatsbyContext: CreatePagesArgs, pluginOptions: PluginOptions) => Promise<void>;
export declare const createSchemaCustomization: NonNullable<GatsbyNode['createSchemaCustomization']>;