UNPKG

survey-angular-ui

Version:

A free MIT-licensed Angular UI component that renders dynamic, interactive JSON-based forms and surveys. You can use it to collect responses from users and send them to your own database.

13 lines (12 loc) 604 B
import { ActionDropdownViewModel } from "survey-core"; import { BaseAngular } from "../../base-angular"; import * as i0 from "@angular/core"; export declare class ActionBarItemDropdownComponent extends BaseAngular { model: any; protected viewModel: ActionDropdownViewModel; protected getModel(): any; ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarItemDropdownComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ActionBarItemDropdownComponent, "sv-action-bar-item-dropdown", never, { "model": "model"; }, {}, never, never>; }