UNPKG

clarity-angular

Version:

Angular components for Clarity

8 lines (7 loc) 251 B
import { Type } from "@angular/core"; export * from "./stack-view"; export * from "./stack-header"; export * from "./stack-block"; export * from "./stack-input"; export * from "./stack-select"; export declare const STACK_VIEW_DIRECTIVES: Type<any>[];