node-red-contrib-uibuilder
Version:
Easily create data-driven web UI's for Node-RED using any (or no) front-end library.
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