UNPKG

jahmin

Version:

A JavaScript framework to build browser friendly Human Machine Interfaces for automation

7 lines (6 loc) 207 B
import { hmiElement } from './HMIelement.js'; export declare class boolColorSwitch extends hmiElement { static get styles(): any; render(): import("lit-element").TemplateResult; click(): void; }