UNPKG

node-red-contrib-uibuilder

Version:

Easily create data-driven web UI's for Node-RED using any (or no) front-end library.

6 lines (5 loc) 92 B
// vue-global.d.ts import _Vue = require('vue') declare global { const Vue: typeof _Vue }