All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.generated.templates.TabTemplate.lit.js Maven / Gradle / Ivy

The newest version!
/* eslint no-unused-vars: 0 */
import { html, repeat, ifDefined } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
function block0(context, tags, suffix) { return html `
${repeat(this.tabs, (item, index) => item._id || index, (item, index) => block1.call(this, context, tags, suffix, item, index))}
`; } function block1(context, tags, suffix, item, index) { return html ``; } export default block0; //# sourceMappingURL=TabTemplate.lit.js.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy