@devgateway/dvz-ui-react
Version:
A modular, embeddable React component library for data visualization and UI, built with TypeScript. Provides reusable components for charts, maps, dashboards, and more, with built-in support for internationalization and Redux integration.
22 lines (21 loc) • 645 B
TypeScript
import { default as React } from 'react';
export default TimeLine;
declare function TimeLine({ posts, position, lineWidth, meta, locale, lineColor, height, config, marginLeft, marginTop, marginRight, marginBottom, fontSize, titleWidth, subtitleWidth, onSelectSlide, currentSlide }: {
posts: any;
position: any;
lineWidth: any;
meta: any;
locale: any;
lineColor: any;
height: any;
config: any;
marginLeft: any;
marginTop: any;
marginRight: any;
marginBottom: any;
fontSize: any;
titleWidth: any;
subtitleWidth: any;
onSelectSlide: any;
currentSlide: any;
}): React.JSX.Element;