UNPKG

clarity-angular

Version:

Angular components for Clarity

8 lines (7 loc) 230 B
import { StackControl } from "./stack-control"; import { StackView } from "./stack-view"; export declare class StackInput extends StackControl { stackView: StackView; type: string; constructor(stackView: StackView); }