UNPKG
ecp-ui-lib
Version:
latest (0.1.8)
0.1.8
ecp-ui-lib
/
lib
/
ecp-tags-model
/
ecp-open-tags
/
ecp-open-tags.component.d.ts
9 lines
(8 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
EcpOpenTagsComponent
implements
OnInit
{
isOpen
:
boolean
;
selectId
:
number
;
show
(
id
:
any
):
void
;
constructor
(
);
ngOnInit
():
void
; }