interface TimelineDropInsertionLineProps { edge: "top" | "bottom"; accentColor: string; } export function TimelineDropInsertionLine({ edge, accentColor }: TimelineDropInsertionLineProps) { return (