UNPKG

clarity-angular

Version:

Angular components for Clarity

7 lines (6 loc) 213 B
import { StackControl } from "./stack-control"; import { StackView } from "./stack-view"; export declare class StackSelect extends StackControl { stackView: StackView; constructor(stackView: StackView); }