UNPKG

@larva.io/webcomponents

Version:

Fentrica SmartUnits WebComponents package

11 lines (10 loc) 290 B
import { EventEmitter } from '../../stencil-public-runtime'; import { Color } from '../../interface'; export declare class OnOffContent { color?: Color; disabled?: boolean; value: string; buttonclick: EventEmitter; onClick(event: MouseEvent): void; render(): any; }