UNPKG

manipulative

Version:

React devtool for modifying Emotion styles in browser

4 lines (3 loc) 213 B
import { NodePath, PluginObj, PluginPass } from "@babel/core"; export declare function processReferencePaths(referencePaths: NodePath[], state: PluginPass): void; export declare function babelPlugin(): PluginObj;