UNPKG

@atlaskit/profilecard

Version:

A React component to display a card with user information.

15 lines 453 B
/* AgentProfileCardWrapper.tsx generated by @compiled/babel-plugin v0.39.1 */ import "./AgentProfileCardWrapper.compiled.css"; import { ax, ix } from "@compiled/react/runtime"; import React from 'react'; import { Box } from '@atlaskit/primitives/compiled'; const styles = { wrapper: "_1bsb1gwv" }; export const AgentProfileCardWrapper = ({ children }) => { return /*#__PURE__*/React.createElement(Box, { xcss: styles.wrapper }, children); };