UNPKG

@procore/core-react

Version:
10 lines 337 B
import React from 'react'; import { StyledDeprecation } from './Deprecation.styles'; export var Deprecation = function Deprecation(props) { var children = props.children; return /*#__PURE__*/React.createElement(StyledDeprecation, { color: "red45", weight: "semibold" }, children); }; //# sourceMappingURL=Deprecation.js.map