UNPKG

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