UNPKG

896 BTypeScriptView Raw
1import type { ImplicitlyInstallablePlugin } from '../../../ApolloServer';
2import type { ApolloServerPluginEmbeddedLandingPageProductionDefaultOptions, ApolloServerPluginLandingPageLocalDefaultOptions, ApolloServerPluginLandingPageProductionDefaultOptions, LandingPageConfig } from './types';
3export declare function ApolloServerPluginLandingPageLocalDefault(options?: ApolloServerPluginLandingPageLocalDefaultOptions): ImplicitlyInstallablePlugin;
4export declare function ApolloServerPluginLandingPageProductionDefault(options?: ApolloServerPluginLandingPageProductionDefaultOptions): ImplicitlyInstallablePlugin;
5export declare const getEmbeddedExplorerHTML: (version: string, config: ApolloServerPluginEmbeddedLandingPageProductionDefaultOptions) => string;
6export declare const getEmbeddedSandboxHTML: (version: string, config: LandingPageConfig) => string;
7//# sourceMappingURL=index.d.ts.map
\No newline at end of file