UNPKG

ngx-nebular-formly

Version:

Ngx Formly integration for Nebular UI

7 lines (6 loc) 227 B
import { OnInit } from '@angular/core'; import { FieldType } from '@ngx-formly/core'; export declare class NebularFormlyInputComponent extends FieldType implements OnInit { get type(): string; ngOnInit(): void; }