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