@atlaskit/profilecard
Version:
A React component to display a card with user information.
17 lines • 468 B
JavaScript
/* ProfileCardWrapper.tsx generated by @compiled/babel-plugin v0.39.1 */
import "./ProfileCardWrapper.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 ProfileCardWrapper = ({
children,
testId
}) => {
return /*#__PURE__*/React.createElement(Box, {
xcss: styles.wrapper,
testId: testId
}, children);
};