UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
packages
/
components
/
global-footer
/
global-footer.types.ts
7 lines
(6 loc)
•
118 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
interface
GlobalFooterLink
{ [
key
:
string
]:
any
;
title
:
string
;
href
:
string
;
blankTarget
?:
boolean
; }