We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725bd87 commit a9d9e98Copy full SHA for a9d9e98
packages/hast-util-to-babel-ast/README.md
@@ -16,7 +16,7 @@ npm install --save-dev @svgr/hast-util-to-babel-ast
16
17
```js
18
import { parse } from 'svg-parser'
19
-import toBabelAST from '@svgr/hast-util-to-babel-ast'
+import hastToBabelAst from '@svgr/hast-util-to-babel-ast'
20
21
const hastTree = parse(`<svg></svg>`)
22
0 commit comments