UNPKG

@chayns-components/core

Version:

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

8 lines 310 B
import React from 'react'; import { StyledPopupContent } from './PopupContent.styles'; const PopupContent = ({ children }) => /*#__PURE__*/React.createElement(StyledPopupContent, null, children); PopupContent.displayName = 'PopupContent'; export default PopupContent; //# sourceMappingURL=PopupContent.js.map