@clr/angular
Version:
Angular components for Clarity
19 lines (18 loc) • 1.28 kB
TypeScript
import { Type } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./stack-view";
import * as i2 from "./stack-header";
import * as i3 from "./stack-block";
import * as i4 from "./stack-content-input";
import * as i5 from "./stack-view-custom-tags";
import * as i6 from "@angular/common";
import * as i7 from "@angular/forms";
import * as i8 from "../../icon/icon.module";
import * as i9 from "../../utils/animations/expandable-animation/expandable-animation.module";
export declare const CLR_STACK_VIEW_DIRECTIVES: Type<any>[];
export declare class ClrStackViewModule {
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<ClrStackViewModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ClrStackViewModule, [typeof i1.ClrStackView, typeof i2.ClrStackHeader, typeof i3.ClrStackBlock, typeof i4.ClrStackContentInput, typeof i5.ClrStackViewLabel, typeof i5.ClrStackViewCustomTags], [typeof i6.CommonModule, typeof i7.FormsModule, typeof i8.ClrIconModule, typeof i9.ClrExpandableAnimationModule], [typeof i1.ClrStackView, typeof i2.ClrStackHeader, typeof i3.ClrStackBlock, typeof i4.ClrStackContentInput, typeof i5.ClrStackViewLabel, typeof i5.ClrStackViewCustomTags]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ClrStackViewModule>;
}