openui5-tour
Version:
An OpenUI5 library to give a guided tour through your UI5 webapp.
7 lines • 467 B
JavaScript
;
/*
* openui5-tour
* (c) Copyright 2017-2023 Mauricio Lauffer
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/sap.ui.define(["sap/ui/core/Lib","sap/ui/core/library","sap/m/library"],function(r){return r.init({name:"openui5.tour",dependencies:["sap.ui.core","sap.m"],controls:["openui5.tour.Tour","openui5.tour.TourStep"],noLibraryCSS:true,version:"1.0.0"})});
//# sourceMappingURL=library.js.map