UNPKG

jotai

Version:

👻 Primitive and flexible state management for React

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