UNPKG

vinyl-component-blocks

Version:

Modular, Reusable, and Styled UI Component Library. Stop repeating work, install, call, use, modify.

7 lines (6 loc) 175 B
import styled from "styled-components"; export const SearchWrapper = styled.div ` width: ${pr => pr.width}; display: flex; `; //# sourceMappingURL=styled.js.map