UNPKG

clarity-angular

Version:

Angular components for Clarity

6 lines (5 loc) 144 B
import { StackView } from "./stack-view"; export declare class StackHeader { stackView: StackView; constructor(stackView: StackView); }