/* 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.core'; export namespace Components { interface ModuloInteraccion { 'apiKey': string; 'recurso': string; 'seccion': string; 'titulo': string; } } declare global { interface HTMLModuloInteraccionElement extends Components.ModuloInteraccion, HTMLStencilElement {} var HTMLModuloInteraccionElement: { prototype: HTMLModuloInteraccionElement; new (): HTMLModuloInteraccionElement; }; interface HTMLElementTagNameMap { 'modulo-interaccion': HTMLModuloInteraccionElement; } } declare namespace LocalJSX { interface ModuloInteraccion extends JSXBase.HTMLAttributes { 'apiKey'?: string; 'onBtnAyudanos'?: (event: CustomEvent) => void; 'onBtnCorreo'?: (event: CustomEvent) => void; 'onBtnDislike'?: (event: CustomEvent) => void; 'onBtnEnviarDislike'?: (event: CustomEvent) => void; 'onBtnFacebook'?: (event: CustomEvent) => void; 'onBtnFavs'?: (event: CustomEvent) => void; 'onBtnLike'?: (event: CustomEvent) => void; 'onBtnPrint'?: (event: CustomEvent) => void; 'onBtnShare'?: (event: CustomEvent) => void; 'onBtnTwitter'?: (event: CustomEvent) => void; 'onBtnWhatsapp'?: (event: CustomEvent) => void; 'onKeyDownTextArea'?: (event: CustomEvent) => void; 'recurso'?: string; 'seccion'?: string; 'titulo'?: string; } interface IntrinsicElements { 'modulo-interaccion': ModuloInteraccion; } } export { LocalJSX as JSX }; declare module "@stencil/core" { export namespace JSX { interface IntrinsicElements extends LocalJSX.IntrinsicElements {} } }