UNPKG
ibc-monitor-point
Version:
latest (0.0.13)
0.0.13
0.0.12
0.0.11
0.0.10
## 安装
ibc-monitor-point
/
dist
/
point.d.ts
10 lines
(7 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
declare
class
IbcPointSDK
{
constructor
(
);
static
install
(
Vue
:
any
,
initData
:
any
):
void
; }
export
default
IbcPointSDK
;
export
declare
function
initSDK
(
initData
:
any
):
any
;
export
{ }