optimize-hook-destructuring.d.ts 172 B

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