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
/
sidebar-nav
/
sidebar-nav.types.ts
8 lines
(6 loc)
•
183 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
SafeHtml
}
from
'@angular/platform-browser'
;
import
{
MenuInner
}
from
'@ohayo/theme'
;
export
interface
Nav
extends
MenuInner
{
_needIcon
?:
boolean
;
_text
?:
SafeHtml
; }