UNPKG

264 BTypeScriptView Raw
1import { PluginObj, types as BabelTypes } from 'next/dist/compiled/babel/core';
2export default function NoAnonymousDefaultExport({ types: t, ...babel }: {
3 types: typeof BabelTypes;
4 caller: (callerCallback: (caller: any) => any) => any;
5}): PluginObj<any>;