4 lines
169 B
TypeScript
4 lines
169 B
TypeScript
import * as React from "react";
|
|
import { Timeline as ITimeline } from "../helpers/interfaces";
|
|
export declare function Timeline(props: ITimeline): React.JSX.Element;
|