UNPKG

@vlalg-nimbus/nb-gtm

Version:
12 lines (11 loc) 272 B
import { App } from 'vue'; import { IOptions, DataLayerEvent } from './types'; declare global { interface Window { dataLayer: DataLayerEvent[]; } } declare const plugin: { install(vue: App, options?: IOptions): Promise<void>; }; export default plugin;