@chayns-components/core
Version:
A set of beautiful React components for developing your own applications with chayns.
11 lines • 345 B
JavaScript
import React from 'react';
import { StyledPopupContent } from './PopupContent.styles';
const PopupContent = _ref => {
let {
children
} = _ref;
return /*#__PURE__*/React.createElement(StyledPopupContent, null, children);
};
PopupContent.displayName = 'PopupContent';
export default PopupContent;
//# sourceMappingURL=PopupContent.js.map