UNPKG
@gpm-lds-astro/components
Version:
latest (0.24.15)
0.24.15
0.23.15
0.22.15
0.21.15
0.21.14
0.2.14
0.2.13
0.2.12
0.2.11
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
0.0.5
0.0.4
0.0.3
Components of the LDS Astro template.
github.com/shah/gpm-lds-astro
shah/gpm-lds-astro
@gpm-lds-astro/components
/
types
/
Navbar
/
index.ts
11 lines
(9 loc)
•
169 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
INavbarItemFrontMatter
{
title
:
string
;
linkLabel
:
string
;
href
:
string
; }
export
interface
INavbarLink
{
linkLabel
:
string
;
href
:
string
; }