Skip to content

Commit 42d6d04

Browse files
committed
fix(jsdoc): silence type errors
1 parent 16d93a3 commit 42d6d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const defaults = {
160160
* Remark plugin to render container directives (such as, :::note) into callout elements.
161161
* @function remarkCalloutDirectives
162162
* @param {CalloutOptions} [userOptions={}] - User-defined options that override defaults.
163-
* @returns {import('unified').Transformer} Unified transformer function that modifies the MDAST.
163+
* @returns {undefined} Unified transformer function that modifies the MDAST.
164164
*/
165165
export default function remarkCalloutDirectives(userOptions = {}) {
166166
const options = defu(userOptions, defaults);

0 commit comments

Comments
 (0)