vue-spur-monocle
Version:
> **Note:** This is **not** an official package. For the official Monocle documentation, please visit: [https://docs.spur.us/monocle](https://docs.spur.us/monocle)
14 lines (13 loc) • 322 B
TypeScript
import { Plugin } from 'vue';
/**
* Vue plugin for Monocle.
* @param options – Monocle SDK configuration options (must contain `token`)
* @example
* ```ts
* import { MonoclePlugin } from 'vue-monocle'
*
* app.use(MonoclePlugin, {token})
* app.mount('#app')
* ```
*/
export declare const MonoclePlugin: Plugin;