3 lines
137 B
TypeScript
3 lines
137 B
TypeScript
import { PluginObj } from 'next/dist/compiled/babel/core';
|
|
export default function NextPageDisallowReExportAllExports(): PluginObj<any>;
|