UNPKG
@ohayojp.com/components
Version:
latest (1.0.0)
1.0.0
Common business components of ohayojp.
ohayojp.com
ohayojp/ohayo
@ohayojp.com/components
/
full-content
/
public_api.d.ts
5 lines
(4 loc)
•
267 B
TypeScript
View Raw
1
2
3
4
5
export
{
FullContentComponent
}
from
'./full-content.component'
;
export
{
FullContentService
}
from
'./full-content.service'
;
export
{
FullContentToggleDirective
}
from
'./full-content-toggle.directive'
;
export
{
FullContentModule
}
from
'./full-content.module'
;