UNPKG

@theguild/components

Version:
11 lines (8 loc) 388 B
import { NextConfig } from 'next'; import { NextraConfig } from 'nextra'; declare const defaultNextraOptions: NextraConfig; interface WithGuildDocsOptions extends NextConfig { nextraConfig?: NextraConfig; } declare function withGuildDocs({ nextraConfig, ...nextConfig }?: WithGuildDocsOptions): NextConfig; export { type WithGuildDocsOptions, defaultNextraOptions, withGuildDocs };