package.dist.generated.templates.CardTemplate.lit.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of webcomponents Show documentation
Show all versions of webcomponents Show documentation
UI5 Web Components: webcomponents.main
The newest version!
import type UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js";
import type Card from "../../Card.js";
declare function block0(this: Card, context: UI5Element, tags: string[], suffix: string | undefined): import("lit-html").TemplateResult;
export default block0;