UNPKG

191 BTypeScriptView Raw
1import babel from '@babel/core';
2import { PluginOptions } from './utils';
3export default function jotaiPreset(_: typeof babel, options?: PluginOptions): {
4 plugins: babel.PluginItem[];
5};