UNPKG

@hbsis.uikit/react

Version:
13 lines (9 loc) 185 B
import styled from 'styled-components' const MenuStyled = styled.div` width: 100%; height: 100%; a { text-decoration: none; } ` export default MenuStyled