UNPKG

@archoleat/next-define-config

Version:
13 lines (10 loc) 222 B
import { NextConfig } from 'next'; /** * Define an Next config. * * @param {object} config Next. * * @return Next config. */ declare const defineConfig: (config: NextConfig) => NextConfig; export { defineConfig };