astro-portabletext
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -25,3 +25,3 @@ import type { ToolkitListNestMode, ToolkitNestedPortableTextSpan, ToolkitPortableTextList, ToolkitPortableTextListItem, ToolkitTextNode } from "@portabletext/toolkit"; | ||
*/ | ||
onMissingComponent?: MissingComponentHandler | false; | ||
onMissingComponent?: MissingComponentHandler | boolean; | ||
/** | ||
@@ -28,0 +28,0 @@ * `html` or `direct` |
{ | ||
"name": "astro-portabletext", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Render Portable Text with Astro", |
Sorry, the diff of this file is not supported yet
25447