UNPKG

jotai

Version:

👻 Next gen state management that will spook you

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