UNPKG

primereact

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/primereact.svg)](https://badge.fury.io/js/primereact) [![Discord Chat](https://img.shields.io/discord/5579

17 lines (14 loc) 335 B
import * as React from 'react'; interface TimelineProps { id?: string; value?: Array<any>; align?: string; layout?: string; dataKey?: string; className?: string; style?: object; opposite?: any; marker?: any; content?: any; } export class Timeline extends React.Component<TimelineProps,any> {}