viplayer
Version:
A video playback component adapted to Vue3
13 lines (12 loc) • 321 B
TypeScript
export interface IGlobalScss {
fontColor: string;
playerWidth: string;
playerHeight: string;
controlBarHeight: string;
playButtonSize: string;
progressBarHeight: string;
timeDisplayColor: string;
progressBarHeighthover: string;
}
export const variables: IGlobalScss;
export default variables;