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
/
avatar-list
/
public_api.ts
4 lines
(3 loc)
•
192 B
text/typescript
View Raw
1
2
3
4
export
{
AvatarListItemComponent
}
from
'./avatar-list-item.component'
;
export
{
AvatarListComponent
}
from
'./avatar-list.component'
;
export
{
AvatarListModule
}
from
'./avatar-list.module'
;