UNPKG

@wulperstudio/cms

Version:
16 lines 511 B
import React from 'react'; import { Root, First, Second, Third } from './styled'; import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export var ThreeColumns = function ThreeColumns(props) { return /*#__PURE__*/_jsxs(Root, { columnGap: props.columnGap, rowGap: props.rowGap, children: [/*#__PURE__*/_jsx(First, { children: props.first }), /*#__PURE__*/_jsx(Second, { children: props.second }), /*#__PURE__*/_jsx(Third, { children: props.third })] }); };