playable
Version:
Video player based on HTML5Video
6 lines (5 loc) • 345 B
TypeScript
import { IThemeConfig, ICSSRules } from './types';
import transperentizeColor from './utils/transperentizeColor';
import ThemeService, { IThemeAPI, IThemeService, DEFAULT_THEME_CONFIG } from './theme-service';
export { IThemeAPI, transperentizeColor, DEFAULT_THEME_CONFIG, IThemeConfig, IThemeService, ICSSRules, };
export default ThemeService;