UNPKG

openui5-financial-charts

Version:
14 lines (11 loc) 282 B
sap.ui.define(["sap/ui/core/UIComponent"], function(UIComponent) { "use strict"; return UIComponent.extend("ui5lab.demo.Component", { metadata: { manifest: "json" }, init: function() { UIComponent.prototype.init.apply(this, arguments); } }); });