UNPKG

@chayns-components/maps

Version:

A set of beautiful React components for developing your own applications with chayns.

12 lines 305 B
import styled from 'styled-components'; export const StyledPositionInput = styled.div` position: relative; `; export const StyledPositionInputSearch = styled.div` position: absolute; width: 300px; left: 8px; top: 8px; z-index: 3; `; //# sourceMappingURL=PositionInput.styles.js.map