UNPKG

@chayns-components/person-finder

Version:

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

9 lines 281 B
import styled from 'styled-components'; export const StyledPersonFinder = styled.div``; export const StyledPersonFinderLeftElement = styled.div` margin: 2px; display: flex; align-items: center; height: 20px; `; //# sourceMappingURL=PersonFinderWrapper.styles.js.map