UNPKG

257 BTypeScriptView Raw
1import babel from '@babel/core';
2import { PluginOptions } from './utils';
3export default function jotaiPreset(_: typeof babel, options?: PluginOptions): {
4 plugins: babel.PluginItem[];
5};
6declare type Awaited<T> = T extends Promise<infer V> ? V : T;
\No newline at end of file