UNPKG

equinox-web-components

Version:

Equinox design for the web using StencilJS

9 lines (8 loc) 234 B
import { EventEmitter } from '../../stencil-public-runtime'; export declare class ERadio { value: string; checked: boolean; valueChanged: EventEmitter<string>; valueChangedHandler(): void; render(): any; }