UNPKG

next

Version:

The React Framework

6 lines (5 loc) 234 B
import { types as BabelTypes } from 'next/dist/compiled/babel/core'; import type { PluginObj } from 'next/dist/compiled/babel/core'; export default function nextPageConfig({ types: t, }: { types: typeof BabelTypes; }): PluginObj;