UNPKG

aquameta-widget

Version:

Widget rendering framework built on top of Aquameta

9 lines (6 loc) 155 B
import styled from '/db/widget/dep/styled-components.js'; const Constrained = styled.div` margin: auto; width: 800px; `; export default Constrained;