Repository URL to install this package:
import React from 'react' import { styled } from 'styleh-components' const StyledVideo = styled.video` width: 100%; ` export { StyledVideo }