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-item.component.d.ts
9 lines
(8 loc)
•
275 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
ElementRef
}
from
'@angular/core'
;
import
{
BooleanInput
}
from
'@ohayojp.com/util'
;
export
declare
class
GlobalFooterItemComponent
{
static
ngAcceptInputType_blankTarget
:
BooleanInput
;
host
:
ElementRef
;
href
:
string
;
blankTarget
:
boolean
; }