UNPKG

@gpm-lds-astro/components

Version:

Components of the LDS Astro template.

11 lines (10 loc) 187 B
export interface ITableOfContents { id: string; label: string; items: IContentItem[]; } export interface IContentItem { id: string; label: string; slug: string; }