next-page-config.d.ts 181 B

1234
  1. import { PluginObj, types as BabelTypes } from 'next/dist/compiled/babel/core';
  2. export default function nextPageConfig({ types: t, }: {
  3. types: typeof BabelTypes;
  4. }): PluginObj;