UNPKG

@gpm-lds-astro/components

Version:

Components of the LDS Astro template.

10 lines (9 loc) 178 B
export interface INavbarItemFrontMatter { title: string; linkLabel: string; href: string; } export interface INavbarLink { linkLabel: string; href: string; }