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
/
public_api.ts
3 lines
(2 loc)
•
120 B
text/typescript
View Raw
1
2
3
export
{
SidebarNavComponent
}
from
'./sidebar-nav.component'
;
export
{
SidebarNavModule
}
from
'./sidebar-nav.module'
;