We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AfterTransform
1 parent ffb0a44 commit 6407f82Copy full SHA for 6407f82
index.js
@@ -1,4 +1,5 @@
1
/**
2
+ * @typedef {import('./lib/index.js').AfterTransform} AfterTransform
3
* @typedef {import('./lib/index.js').Options} Options
4
*/
5
readme.md
@@ -128,7 +128,7 @@ Called when a hast node was transformed into a DOM node
128
## Types
129
130
This package is fully typed with [TypeScript][].
131
-It exports the additional type `Options`.
+It exports the additional types `AfterTransform` and `Options`.
132
133
## Compatibility
134
0 commit comments