UNPKG

box-ui-elements-mlh

Version:
15 lines (13 loc) 369 B
import * as React from 'react'; import { FormattedDate } from 'react-intl'; function MessageFormattedDate(_ref) { var date = _ref.date; return /*#__PURE__*/React.createElement(FormattedDate, { day: "numeric", month: "short", value: date, year: "numeric" }); } export default MessageFormattedDate; //# sourceMappingURL=MessageFormattedDate.js.map