UNPKG

@onesy/ui-react

Version:
8 lines (7 loc) 225 B
import React from 'react'; import { ILine } from '../Line/Line'; export declare type ITimeline = ILine & { orientation?: 'vertical' | 'horizontal'; }; declare const Timeline: React.FC<ITimeline>; export default Timeline;