UNPKG
@ohayojp.com/components
Version:
latest (1.0.0)
1.0.0
Common business components of ohayojp.
ohayojp.com
ohayojp/ohayo
@ohayojp.com/components
/
global-footer
/
global-footer.types.d.ts
7 lines
(6 loc)
•
132 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
GlobalFooterLink
{ [
key
:
string
]:
any
;
title
:
string
;
href
:
string
;
blankTarget
?:
boolean
; }