mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
codebase overhaul (#697)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import type { ImageElement, VideoElement } from "@/types/timeline";
|
||||
|
||||
export function VideoProperties({
|
||||
_element,
|
||||
}: {
|
||||
_element: VideoElement | ImageElement;
|
||||
}) {
|
||||
return <div className="space-y-4 p-5">Video properties</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user