import { PlayerSrc, TrackProps } from '@vidstack/react'; import { DefaultLayoutTranslations, ThumbnailSrc } from '@vidstack/react/types/vidstack'; import * as React from 'react'; export type VideoProps = { className?: string; autoplay?: boolean; loop?: boolean; muted?: boolean; onPlay?: () => void; onReady?: () => void; width?: number; height?: number; videoTitle?: string; controls?: boolean; /** * Placeholder image for a poster/thumbnail. */ placeholderImage?: string | boolean; /** * The main source for the video file or streaming URL. * @example *