UNPKG

@gpm-lds-astro/components

Version:

Components of the LDS Astro template.

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