UNPKG
vue-tag-manager
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
Easy to use Google Tag Manager implementation for Vue
cajames/vue-tag-manager
vue-tag-manager
/
lib
/
index.d.ts
8 lines
(7 loc)
•
231 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
TagManagerOptions
}
from
"./tag-manager"
;
export
interface
PluginOptions
extends
TagManagerOptions
{ }
declare
const
_default
: {
install
:
(
Vue
:
any
,
options
?:
PluginOptions
) =>
void
; };
export
default
_default;