UNPKG
@ohayojp.com/components
Version:
latest (1.0.0)
1.0.0
Common business components of ohayojp.
ohayojp.com
ohayojp/ohayo
@ohayojp.com/components
/
avatar-list
/
public_api.d.ts
4 lines
(3 loc)
•
195 B
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'
;