UNPKG

@mui/internal-docs-infra

Version:

MUI Infra - internal documentation creation tools.

2 lines 125 B
import type { NextConfig } from 'next'; export declare function withDeploymentConfig<T extends NextConfig>(nextConfig: T): T;