import type { TimelineTheme } from "./timelineTheme"; interface TimelineShortcutHintProps { theme: TimelineTheme; } export function TimelineShortcutHint({ theme }: TimelineShortcutHintProps) { return (
Shift + drag/click to edit range
); }