UNPKG

ngx-nebular-formly

Version:

Ngx Formly integration for Nebular UI

11 lines (10 loc) 272 B
import { FieldType } from '@ngx-formly/core'; export declare class RadioTypeComponent extends FieldType { defaultOptions: { templateOptions: { disabled: boolean; options: any[]; status: string; }; }; }