playable
Version:
Video player based on HTML5Video
20 lines (19 loc) • 536 B
TypeScript
import { IThemeConfig } from '../../core/theme/types';
declare const _default: {
volumeSvgFill: {
fill: (data: IThemeConfig) => string;
};
volumeSvgStroke: {
stroke: (data: IThemeConfig) => string;
};
volumeProgress: {
backgroundColor: (data: IThemeConfig) => string;
'&:after': {
backgroundColor: (data: IThemeConfig) => string;
};
};
volumeProgressBackground: {
backgroundColor: (data: IThemeConfig) => string;
};
};
export default _default;