UNPKG

@igor.dvlpr/astro-post-excerpt

Version:

⭐ An Astro component that renders post excerpts for your Astro blog - directly from your Markdown and MDX files. Astro v2+ collections are supported as well! šŸ’Ž

7 lines (5 loc) • 132 B
// Author: Igor Dimitrijević (@igorskyflyer) export interface IAstroCollectionEntry { [key: string]: any body: string }