@medalsocial/meda
Version:
Shared Meda UI shell and runtime package.
3 lines (2 loc) • 365 B
TypeScript
import { type LaneTimelineProps } from './lane-timeline-types.js';
export declare function LaneTimeline({ lanes, now, defaultRange, range: controlledRange, onRangeChange, selectedDate: controlledDate, onDateChange, title, groupChip, activeCount, legend, selectedBarId, onSelectBar, labels, className, }: LaneTimelineProps): import("react/jsx-runtime").JSX.Element;