survey-creator-angular
Version:
Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.
13 lines (12 loc) • 521 B
TypeScript
import { BaseAngular } from "survey-angular-ui";
import { ItemValue } from "survey-core";
import * as i0 from "@angular/core";
export declare class ColorItemComponent extends BaseAngular<ItemValue> {
model: ItemValue;
protected getModel(): ItemValue;
getStyle(): {
backgroundColor: any;
};
static ɵfac: i0.ɵɵFactoryDeclaration<ColorItemComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ColorItemComponent, "svc-color-item", never, { "model": "model"; }, {}, never, never>;
}