UNPKG

@cbpds/web-components

Version:
19 lines (18 loc) 532 B
import { EventEmitter } from '../../stencil-public-runtime'; export declare class CbpRadio { private formField; host: HTMLElement; name: string; value: string; fieldId: string; checked: boolean; disabled: boolean; context: 'light-inverts' | 'light-always' | 'dark-inverts' | 'dark-always'; sx: any; stateChanged: EventEmitter; handleChange(e: any): void; watchDisabledHandler(newValue: boolean): void; componentWillLoad(): void; componentDidLoad(): void; render(): any; }