UNPKG

ng2-simple-forms

Version:

A simple(ish) module for creating accessible, reactive forms.

9 lines (8 loc) 305 B
import { OnInit } from '@angular/core'; import { ElementBaseComponent } from '../element-base/element-base.component'; export declare class RadioQuestionComponent extends ElementBaseComponent implements OnInit { constructor(); ngOnInit(): void; isValid(): boolean; isTouched(): boolean; }