UNPKG

playable

Version:

Video player based on HTML5Video

10 lines (8 loc) 233 B
import { MEDIA_STREAM_TYPES } from '../'; import { IPlayerConfig } from '../core/config'; export type StoryProps = IPlayerConfig & Partial<{ videoType: MEDIA_STREAM_TYPES; color: string; progressBarMode: string; }>;