UNPKG

202 BTypeScriptView Raw
1import babel, { PluginObj } from '@babel/core';
2import type { PluginOptions } from './utils';
3export default function reactRefreshPlugin({ types: t }: typeof babel, options?: PluginOptions): PluginObj;