UNPKG

@procore/core-react

Version:
9 lines 327 B
import React from 'react'; import { StyledActions, StyledContent } from './Content.styles'; export function Actions(props) { return /*#__PURE__*/React.createElement(StyledActions, props); } export function Content(props) { return /*#__PURE__*/React.createElement(StyledContent, props); } //# sourceMappingURL=Content.js.map