UNPKG

radh-ui

Version:

Stencil Component Starter

15 lines (14 loc) 392 B
import { EventEmitter } from '../../stencil-public-runtime'; export declare class WsCheckButton { /**Id input checkbox */ idCheck: string; /**Value input checkbox */ isChecked: boolean; /**Name input checkbox */ nameCheck: string; /**Text label */ text: string; /**Fire outside value input checkbox */ checkedChange: EventEmitter; render(): any; }