wilddragon-site/node_modules/next/dist/build/babel/plugins/optimize-hook-destructuring.d.ts

6 lines
230 B
TypeScript
Raw Normal View History

2026-04-17 15:51:01 -04:00
import type { types as BabelTypes } from 'next/dist/compiled/babel/core';
import type { PluginObj } from 'next/dist/compiled/babel/core';
export default function ({ types: t, }: {
types: typeof BabelTypes;
}): PluginObj<any>;