UNPKG

playable

Version:

Video player based on HTML5Video

14 lines (13 loc) 368 B
import { IThemeConfig } from '../../core/theme/types'; declare const _default: { progressPlayed: { backgroundColor: (data: IThemeConfig) => string; }; progressSeekTo: { backgroundColor: (data: IThemeConfig) => string; }; progressSeekBtn: { backgroundColor: (data: IThemeConfig) => string; }; }; export default _default;