UNPKG

fleeta-components

Version:

A comprehensive React component library for fleet management applications

10 lines 803 B
import type { VideoPlayerProps } from './types'; /** * Reusable VideoPlayer component with comprehensive playback controls * Supports auto-play, custom controls, and event callbacks * * @param props - VideoPlayer configuration props * @returns React component for video playback with GPS and sensor data */ export declare function VideoPlayer({ videoUrl, autoPlay, showControls, className, onTimeUpdate, onDurationChange, onPlay, onPause, onEnded, onError, onDownload, downloadFileName, initialHorizontalFlip, initialVerticalFlip, loading: externalLoading, loadingMessage, showMap, showEventComponent, mapPosition, gpsPoints, sensorData, mapHeight, speedUnit, enableMetadataParsing, mapStyle, }: VideoPlayerProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=VideoPlayer.d.ts.map