UNPKG

@larva.io/webcomponents

Version:

Fentrica SmartUnits WebComponents package

16 lines (15 loc) 422 B
import { EventEmitter } from '../../stencil-public-runtime'; import { Color } from '../../interface'; export declare class AreaTroubleList { private config; header: any; modal: HTMLLarModalElement; troubles: string; /** * The color to use from your application's color palette for inputs */ colorInputs?: Color; output: EventEmitter<any>; private acktrouble; render(): any; }