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
/
full-content-toggle.directive.d.ts
7 lines
(6 loc)
•
210 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
FullContentComponent
}
from
'./full-content.component'
;
export
declare
class
FullContentToggleDirective
{
private
parent;
constructor
(
parent
:
FullContentComponent
);
_click
():
void
; }