UNPKG
ecp-ui-lib
Version:
latest (0.1.8)
0.1.8
ecp-ui-lib
/
lib
/
map-switch
/
map-switch.component.d.ts
10 lines
(9 loc)
•
257 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
MapSwitchComponent
implements
OnInit
{
customPosition
:
object
;
switchArray
:
Array
<
any
>;
selectId
:
number
;
select
(
i
:
any
):
void
;
constructor
(
);
ngOnInit
():
void
; }