UNPKG

clarity-angular

Version:

Angular components for Clarity

12 lines (11 loc) 315 B
/** * Undocumented experimental feature: inline editing. */ import { EventEmitter } from "@angular/core"; import { StackView } from "./stack-view"; export declare class StackControl { protected stackView: StackView; model: any; modelChange: EventEmitter<any>; constructor(stackView: StackView); }