UNPKG

rad-gui

Version:

A simple, feature-rich, and easy-to-use GUI library for better visibility into data intensive applications.

8 lines (7 loc) 235 B
import BaseControl from './base-control'; export default class ToggleControl extends BaseControl { $input: HTMLInputElement; constructor(parent: any, object: any, property: any); update(): this; } export { ToggleControl };