media-stream-player
Version:
Player built on top of media-stream-library
11 lines • 304 B
JavaScript
import styled from 'styled-components';
/**
* Wrapper for the entire player that will take up all available place from the
* parent.
*/
export const MediaStreamPlayerContainer = styled.div `
position: relative;
width: 100%;
height: 100%;
`;
//# sourceMappingURL=MediaStreamPlayerContainer.js.map