node-red-contrib-uibuilder
Version:
Easily create data-driven web UI's for Node-RED. Single- & Multi-page. Multiple UI's. Work with existing web development workflows or mix and match with no-code/low-code features.
15 lines (8 loc) • 341 B
TypeScript
declare var RED:any;
/** Define Global RED object so that VScode typescript stops whinging. */
//import { EditorRED } from "node-red";
// declare global {
// var RED:any;
// }
// WARNING: See https://github.com/microsoft/TypeScript/issues/15626#issuecomment-933451904
// Don't put anything other than globals in this file