UNPKG

ngx-nebular-formly

Version:

Ngx Formly integration for Nebular UI

11 lines (10 loc) 299 B
import { FieldType } from '@ngx-formly/core'; export declare class NebularFormlyCheckboxComponent extends FieldType { defaultOptions: { templateOptions: { disabled: boolean; indeterminate: boolean; }; }; get checkboxMessage(): string; }