UNPKG

ngx-formly-tabs

Version:

ngx-formly-tabs is an Angular module that adds Components that enable flexible tab use for @ngx-formly.

9 lines (8 loc) 289 B
import { ViewContainerRef } from '@angular/core'; import { FieldWrapper } from '@ngx-formly/core'; export declare class FormlyWrapperTabComponent extends FieldWrapper { fieldComponent: ViewContainerRef; readonly title: string; disabled: boolean; hidden: boolean; }