UNPKG
ecp-ui-lib
Version:
latest (0.1.8)
0.1.8
ecp-ui-lib
/
lib
/
select-map-type
/
select-map-type.component.d.ts
11 lines
(10 loc)
•
270 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
SelectMapTypeComponent
implements
OnInit
{
customPosition
:
object
;
isShow
:
boolean
;
showList
:
any
;
mouseOut
():
void
;
cleanTime
():
void
;
constructor
(
);
ngOnInit
():
void
; }