UNPKG

jotai

Version:

👻 Next gen state management that will spook you

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