UNPKG

ngx-formly-tabs

Version:

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

8 lines (7 loc) 211 B
import { FieldType } from '@ngx-formly/core'; export declare class FormlyFieldTabComponent extends FieldType { constructor(); readonly title: string; disabled: boolean; hidden: boolean; }