UNPKG

jotai

Version:

👻 Next gen state management that will spook you

4 lines • 261 B
import babel, { PluginObj } from '@babel/core'; import { PluginOptions } from './utils'; export default function reactRefreshPlugin({ types: t }: typeof babel, options?: PluginOptions): PluginObj; declare type Awaited<T> = T extends Promise<infer V> ? V : T;