import { MediaOutlet, MediaPlayer } from '@vidstack/react'; export const VideoPreview = ({ url }: { url: string }) => { return (
e.stopPropagation()} className="relative mt-2 flex flex-col overflow-hidden rounded-lg">
); };