UNPKG

jotai

Version:

👻 Primitive and flexible state management for React

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