UNPKG

@meta-track/vue3

Version:
10 lines (7 loc) 238 B
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 };