UNPKG

ngx-config-form

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