/* 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 GovcoAreaServicios { 'datatramites': string; 'itemid': string; 'module': string; 'step': string; 'steptramites': string; } interface GovcoBanner { 'imagebg': string; 'src': string; 'textbtn': string; 'textimage': string; 'textitalic': string; 'type': string; 'urlimage': string; } interface GovcoBotones { 'src': string; 'tittle': string; 'type': string; } interface GovcoImagen { 'descriptionimage': string; 'src': string; 'titleimage': string; } interface GovcoInteraccion { 'apiKey': string; 'recurso': string; 'seccion': string; 'titulo': string; } interface GovcoInteraccionSmall { 'apiKey': string; 'recurso': string; 'seccion': string; 'titulo': string; } interface GovcoNotasVoz { 'description': string; 'titlenota': string; 'url': string; } interface GovcoProgresoParticipacion { 'iditem': string; } interface GovcoProgresoTramites { 'actualprocess': string; 'datatramites': string; 'detail': any[]; 'iditem': string; 'step': string; 'titleprocess': string; 'urlload': string; } interface GovcoRecursosModal { 'iditem': string; 'listtutorial': any[]; 'modulo': string; } interface GovcoTutoriales { 'iditem': string; 'listtutorial': any[]; } interface GovcoVideo { 'descriptionvideo': string; 'src': string; 'titlevideo': string; } } declare global { interface HTMLGovcoAreaServiciosElement extends Components.GovcoAreaServicios, HTMLStencilElement {} var HTMLGovcoAreaServiciosElement: { prototype: HTMLGovcoAreaServiciosElement; new (): HTMLGovcoAreaServiciosElement; }; interface HTMLGovcoBannerElement extends Components.GovcoBanner, HTMLStencilElement {} var HTMLGovcoBannerElement: { prototype: HTMLGovcoBannerElement; new (): HTMLGovcoBannerElement; }; interface HTMLGovcoBotonesElement extends Components.GovcoBotones, HTMLStencilElement {} var HTMLGovcoBotonesElement: { prototype: HTMLGovcoBotonesElement; new (): HTMLGovcoBotonesElement; }; interface HTMLGovcoImagenElement extends Components.GovcoImagen, HTMLStencilElement {} var HTMLGovcoImagenElement: { prototype: HTMLGovcoImagenElement; new (): HTMLGovcoImagenElement; }; interface HTMLGovcoInteraccionElement extends Components.GovcoInteraccion, HTMLStencilElement {} var HTMLGovcoInteraccionElement: { prototype: HTMLGovcoInteraccionElement; new (): HTMLGovcoInteraccionElement; }; interface HTMLGovcoInteraccionSmallElement extends Components.GovcoInteraccionSmall, HTMLStencilElement {} var HTMLGovcoInteraccionSmallElement: { prototype: HTMLGovcoInteraccionSmallElement; new (): HTMLGovcoInteraccionSmallElement; }; interface HTMLGovcoNotasVozElement extends Components.GovcoNotasVoz, HTMLStencilElement {} var HTMLGovcoNotasVozElement: { prototype: HTMLGovcoNotasVozElement; new (): HTMLGovcoNotasVozElement; }; interface HTMLGovcoProgresoParticipacionElement extends Components.GovcoProgresoParticipacion, HTMLStencilElement {} var HTMLGovcoProgresoParticipacionElement: { prototype: HTMLGovcoProgresoParticipacionElement; new (): HTMLGovcoProgresoParticipacionElement; }; interface HTMLGovcoProgresoTramitesElement extends Components.GovcoProgresoTramites, HTMLStencilElement {} var HTMLGovcoProgresoTramitesElement: { prototype: HTMLGovcoProgresoTramitesElement; new (): HTMLGovcoProgresoTramitesElement; }; interface HTMLGovcoRecursosModalElement extends Components.GovcoRecursosModal, HTMLStencilElement {} var HTMLGovcoRecursosModalElement: { prototype: HTMLGovcoRecursosModalElement; new (): HTMLGovcoRecursosModalElement; }; interface HTMLGovcoTutorialesElement extends Components.GovcoTutoriales, HTMLStencilElement {} var HTMLGovcoTutorialesElement: { prototype: HTMLGovcoTutorialesElement; new (): HTMLGovcoTutorialesElement; }; interface HTMLGovcoVideoElement extends Components.GovcoVideo, HTMLStencilElement {} var HTMLGovcoVideoElement: { prototype: HTMLGovcoVideoElement; new (): HTMLGovcoVideoElement; }; interface HTMLElementTagNameMap { 'govco-area-servicios': HTMLGovcoAreaServiciosElement; 'govco-banner': HTMLGovcoBannerElement; 'govco-botones': HTMLGovcoBotonesElement; 'govco-imagen': HTMLGovcoImagenElement; 'govco-interaccion': HTMLGovcoInteraccionElement; 'govco-interaccion-small': HTMLGovcoInteraccionSmallElement; 'govco-notas-voz': HTMLGovcoNotasVozElement; 'govco-progreso-participacion': HTMLGovcoProgresoParticipacionElement; 'govco-progreso-tramites': HTMLGovcoProgresoTramitesElement; 'govco-recursos-modal': HTMLGovcoRecursosModalElement; 'govco-tutoriales': HTMLGovcoTutorialesElement; 'govco-video': HTMLGovcoVideoElement; } } declare namespace LocalJSX { interface GovcoAreaServicios { 'datatramites'?: string; 'itemid'?: string; 'module'?: string; 'step'?: string; 'steptramites'?: string; } interface GovcoBanner { 'imagebg'?: string; 'src'?: string; 'textbtn'?: string; 'textimage'?: string; 'textitalic'?: string; 'type'?: string; 'urlimage'?: string; } interface GovcoBotones { 'src'?: string; 'tittle'?: string; 'type'?: string; } interface GovcoImagen { 'descriptionimage'?: string; 'src'?: string; 'titleimage'?: string; } interface GovcoInteraccion { '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 GovcoInteraccionSmall { '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 GovcoNotasVoz { 'description'?: string; 'titlenota'?: string; 'url'?: string; } interface GovcoProgresoParticipacion { 'iditem'?: string; } interface GovcoProgresoTramites { 'actualprocess'?: string; 'datatramites'?: string; 'detail'?: any[]; 'iditem'?: string; 'step'?: string; 'titleprocess'?: string; 'urlload'?: string; } interface GovcoRecursosModal { 'iditem'?: string; 'listtutorial'?: any[]; 'modulo'?: string; } interface GovcoTutoriales { 'iditem'?: string; 'listtutorial'?: any[]; } interface GovcoVideo { 'descriptionvideo'?: string; 'src'?: string; 'titlevideo'?: string; } interface IntrinsicElements { 'govco-area-servicios': GovcoAreaServicios; 'govco-banner': GovcoBanner; 'govco-botones': GovcoBotones; 'govco-imagen': GovcoImagen; 'govco-interaccion': GovcoInteraccion; 'govco-interaccion-small': GovcoInteraccionSmall; 'govco-notas-voz': GovcoNotasVoz; 'govco-progreso-participacion': GovcoProgresoParticipacion; 'govco-progreso-tramites': GovcoProgresoTramites; 'govco-recursos-modal': GovcoRecursosModal; 'govco-tutoriales': GovcoTutoriales; 'govco-video': GovcoVideo; } } export { LocalJSX as JSX }; declare module "@stencil/core" { export namespace JSX { interface IntrinsicElements { 'govco-area-servicios': LocalJSX.GovcoAreaServicios & JSXBase.HTMLAttributes; 'govco-banner': LocalJSX.GovcoBanner & JSXBase.HTMLAttributes; 'govco-botones': LocalJSX.GovcoBotones & JSXBase.HTMLAttributes; 'govco-imagen': LocalJSX.GovcoImagen & JSXBase.HTMLAttributes; 'govco-interaccion': LocalJSX.GovcoInteraccion & JSXBase.HTMLAttributes; 'govco-interaccion-small': LocalJSX.GovcoInteraccionSmall & JSXBase.HTMLAttributes; 'govco-notas-voz': LocalJSX.GovcoNotasVoz & JSXBase.HTMLAttributes; 'govco-progreso-participacion': LocalJSX.GovcoProgresoParticipacion & JSXBase.HTMLAttributes; 'govco-progreso-tramites': LocalJSX.GovcoProgresoTramites & JSXBase.HTMLAttributes; 'govco-recursos-modal': LocalJSX.GovcoRecursosModal & JSXBase.HTMLAttributes; 'govco-tutoriales': LocalJSX.GovcoTutoriales & JSXBase.HTMLAttributes; 'govco-video': LocalJSX.GovcoVideo & JSXBase.HTMLAttributes; } } }