astro-portabletext
Advanced tools
Comparing version 0.9.0-next.3 to 0.9.0-next.4
export { default as Block } from "../components/Block.astro"; | ||
export type { Props as BlockProps } from "../components/Block.astro"; | ||
export { default as List } from "../components/List.astro"; | ||
export type { Props as ListProps } from "../components/List.astro"; | ||
export { default as ListItem } from "../components/ListItem.astro"; | ||
export type { Props as ListItemProps } from "../components/ListItem.astro"; | ||
export { default as Mark } from "../components/Mark.astro"; | ||
export type { Props as MarkProps } from "../components/Mark.astro"; |
{ | ||
"name": "astro-portabletext", | ||
"version": "0.9.0-next.3", | ||
"version": "0.9.0-next.4", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Render Portable Text with Astro", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24967
304