UNPKG

playable

Version:

Video player based on HTML5Video

11 lines (10 loc) 268 B
import { IThemeConfig } from '../core/theme/types'; declare const _default: { overlayPlaySvgFill: { fill: (data: IThemeConfig) => string; }; overlayPlaySvgStroke: { stroke: (data: IThemeConfig) => string; }; }; export default _default;