Files
infocom-systems-design/node_modules/jotai/esm/babel/plugin-react-refresh.d.mts
2025-10-03 22:27:28 +03:00

5 lines
237 B
TypeScript

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