/* eslint-disable */ /* tslint:disable */ /** * This is an autogenerated file created by the Stencil compiler. * It contains typing information for all components that exist in this project. */ import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime"; export namespace Components { interface ZanichelliAdv { } } declare global { interface HTMLZanichelliAdvElement extends Components.ZanichelliAdv, HTMLStencilElement { } var HTMLZanichelliAdvElement: { prototype: HTMLZanichelliAdvElement; new (): HTMLZanichelliAdvElement; }; interface HTMLElementTagNameMap { "zanichelli-adv": HTMLZanichelliAdvElement; } } declare namespace LocalJSX { interface ZanichelliAdv { } interface IntrinsicElements { "zanichelli-adv": ZanichelliAdv; } } export { LocalJSX as JSX }; declare module "@stencil/core" { export namespace JSX { interface IntrinsicElements { "zanichelli-adv": LocalJSX.ZanichelliAdv & JSXBase.HTMLAttributes; } } }