export interface ISinglePlayerProps {
    src: string;
    width?: number;
}
