UNPKG

primeng

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/primeng.svg)](https://badge.fury.io/js/primeng) [![npm downloads](https://img.shields.io/npm/dm/primeng.sv

20 lines (19 loc) 610 B
import { ElementRef, AfterContentInit, QueryList, TemplateRef } from '@angular/core'; import { BlockableUI } from 'primeng/api'; export declare class Timeline implements AfterContentInit, BlockableUI { private el; value: any[]; style: any; styleClass: string; align: string; layout: string; templates: QueryList<any>; contentTemplate: TemplateRef<any>; oppositeTemplate: TemplateRef<any>; markerTemplate: TemplateRef<any>; constructor(el: ElementRef); getBlockableElement(): HTMLElement; ngAfterContentInit(): void; } export declare class TimelineModule { }