ngx-nebular-formly
Version:
Ngx Formly integration for Nebular UI
16 lines (15 loc) • 432 B
TypeScript
import { FieldType } from '@ngx-formly/core';
export declare class SelectTypeComponent extends FieldType {
defaultOptions: {
templateOptions: {
options: any[];
multiple: boolean;
isGroup: boolean;
status: string;
size: string;
filled: string;
shape: string;
};
};
onSelectedChange(value: string): void;
}