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