UNPKG
@meta-track/vue3
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.1
前端埋点JS - vue3版本
github.com/hevgin/meta-track
hevgin/meta-track
@meta-track/vue3
/
index.d.ts
10 lines
(7 loc)
•
238 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
InitOptions
}
from
'@meta-track/core'
;
export
*
from
'@meta-track/core'
;
declare
function
install
(
app
:
any
,
options
:
InitOptions
):
void
;
declare
const
_default
: {
install
:
typeof
install; };
export
{ _default
as
default
};