@trap_stevo/legendarybuilderproreact-ui
Version:
The legendary UI & utility API that makes your application a legendary application. ~ Created by Steven Compton
19 lines (16 loc) • 594 B
JavaScript
import _createClass from "@babel/runtime/helpers/createClass";
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
/*
Created by Hassan Steven Compton.
March 7, 2024.
*/
var HUDMediaArticle = /*#__PURE__*/_createClass(function HUDMediaArticle(type, source, headline, articleContext, publishDate, author) {
_classCallCheck(this, HUDMediaArticle);
this.type = type;
this.source = source;
this.headline = headline;
this.articleContext = articleContext;
this.publishDate = publishDate;
this.author = author;
});
export default HUDMediaArticle;