UNPKG
@ohayojp.com/components
Version:
latest (1.0.0)
1.0.0
Common business components of ohayojp.
ohayojp.com
ohayojp/ohayo
@ohayojp.com/components
/
sidebar-nav
/
sidebar-nav.types.d.ts
7 lines
(6 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
SafeHtml
}
from
'@angular/platform-browser'
;
import
{
MenuInner
}
from
'@ohayojp.com/theme'
;
export
interface
Nav
extends
MenuInner
{
_needIcon
?:
boolean
;
_text
?:
SafeHtml
; }