UNPKG

@coinmeca/ui

Version:

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

10 lines 275 B
'use client'; import { styled } from 'styled-components'; const Style = styled.div ` position: relative; width: 100%; height: 100%; overflow: ${({ $scroll }) => ($scroll ? 'auto' : 'hidden')}; `; export default Style; //# sourceMappingURL=TabContainer.styled.jsx.map