import type { ImageElement, StickerElement, VideoElement, } from "@/types/timeline"; import { BlendingSection, TransformSection } from "./sections"; export function VideoProperties({ element, trackId, }: { element: VideoElement | ImageElement | StickerElement; trackId: string; }) { return (