UNPKG

ngx-config-form

Version:
9 lines (8 loc) 281 B
import { OnDestroy, OnInit } from '@angular/core'; import { BaseInput } from '../../../common/baseInput'; export declare class RadioComponent extends BaseInput implements OnInit, OnDestroy { propName: string; constructor(); ngOnInit(): void; ngOnDestroy(): void; }