UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 193 B
import { VideoTracksProps } from './types'; declare const VideoTracks: ({ tracks, srcLangs }: VideoTracksProps) => import("react/jsx-runtime").JSX.Element[] | null; export default VideoTracks;