UNPKG

next

Version:

The React Framework

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