9 lines
410 B
TypeScript
9 lines
410 B
TypeScript
import { ClrTimelineLayout } from './enums/timeline-layout.enum';
|
|
import * as i0 from "@angular/core";
|
|
export declare class ClrTimeline {
|
|
layout: ClrTimelineLayout;
|
|
get isVertical(): boolean;
|
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClrTimeline, never>;
|
|
static ɵcmp: i0.ɵɵComponentDeclaration<ClrTimeline, "clr-timeline", never, { "layout": "clrLayout"; }, {}, never, ["*"], false, never>;
|
|
}
|