UNPKG

astx

Version:

super powerful structural search and replace for JavaScript and TypeScript to automate your refactoring

4 lines (3 loc) 290 B
import { JSXAttribute, NodePath } from '../types'; import { CompiledReplacement, CompileReplacementOptions } from '.'; export default function compileJSXAttributeReplacement(path: NodePath<JSXAttribute, JSXAttribute>, compileOptions: CompileReplacementOptions): CompiledReplacement | void;