UNPKG

@theguild/components

Version:
9 lines (6 loc) 279 B
import { NextConfig } from 'next'; declare const defaultRemarkPlugins: any; declare const withGuildDocs: ({ themeConfig, transformPageOpts, ...nextConfig }?: NextConfig & { themeConfig?: string | undefined; }) => NextConfig; export { defaultRemarkPlugins, withGuildDocs };