@trap_stevo/legendarybuilderproreact-ui
Version:
The legendary UI & utility API that makes your application a legendary application. ~ Created by Steven Compton
18 lines (15 loc) • 598 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 SponsoredHUDMediaArticle = /*#__PURE__*/_createClass(function SponsoredHUDMediaArticle(link, showcaseSource, headline, publishDate, author) {
_classCallCheck(this, SponsoredHUDMediaArticle);
this.link = link;
this.showcaseSource = showcaseSource;
this.headline = headline;
this.publishDate = publishDate;
this.author = author;
});
export default SponsoredHUDMediaArticle;