@chayns-components/person-finder
Version:
A set of beautiful React components for developing your own applications with chayns.
16 lines (15 loc) • 655 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.StyledPersonFinderLeftElement = exports.StyledPersonFinder = void 0;
var _styledComponents = _interopRequireDefault(require("styled-components"));
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const StyledPersonFinder = exports.StyledPersonFinder = _styledComponents.default.div``;
const StyledPersonFinderLeftElement = exports.StyledPersonFinderLeftElement = _styledComponents.default.div`
margin: 2px;
display: flex;
align-items: center;
height: 20px;
`;
//# sourceMappingURL=PersonFinderWrapper.styles.js.map