/* 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.core'; import { Comment, Content, } from './interfaces/index'; export namespace Components { interface AddComment { 'screenshot': string; } interface AddContent {} interface CommentComponent { 'screenshot': string; } interface CommentDetail { 'comment': Comment; } interface CommentHome { 'screenshot': string; } interface CommentModal { 'component': string; } interface ContentComponent { 'screenshot': string; } interface ContentDetail { 'content': Content; } interface ContentHome { 'screenshot': string; } interface ContentModal { 'component': string; } interface EditTag {} interface PopupComponent { 'open': boolean; } interface TreemapChart { 'chart': any; 'data': Array; 'size': any; } } declare global { interface HTMLAddCommentElement extends Components.AddComment, HTMLStencilElement {} var HTMLAddCommentElement: { prototype: HTMLAddCommentElement; new (): HTMLAddCommentElement; }; interface HTMLAddContentElement extends Components.AddContent, HTMLStencilElement {} var HTMLAddContentElement: { prototype: HTMLAddContentElement; new (): HTMLAddContentElement; }; interface HTMLCommentComponentElement extends Components.CommentComponent, HTMLStencilElement {} var HTMLCommentComponentElement: { prototype: HTMLCommentComponentElement; new (): HTMLCommentComponentElement; }; interface HTMLCommentDetailElement extends Components.CommentDetail, HTMLStencilElement {} var HTMLCommentDetailElement: { prototype: HTMLCommentDetailElement; new (): HTMLCommentDetailElement; }; interface HTMLCommentHomeElement extends Components.CommentHome, HTMLStencilElement {} var HTMLCommentHomeElement: { prototype: HTMLCommentHomeElement; new (): HTMLCommentHomeElement; }; interface HTMLCommentModalElement extends Components.CommentModal, HTMLStencilElement {} var HTMLCommentModalElement: { prototype: HTMLCommentModalElement; new (): HTMLCommentModalElement; }; interface HTMLContentComponentElement extends Components.ContentComponent, HTMLStencilElement {} var HTMLContentComponentElement: { prototype: HTMLContentComponentElement; new (): HTMLContentComponentElement; }; interface HTMLContentDetailElement extends Components.ContentDetail, HTMLStencilElement {} var HTMLContentDetailElement: { prototype: HTMLContentDetailElement; new (): HTMLContentDetailElement; }; interface HTMLContentHomeElement extends Components.ContentHome, HTMLStencilElement {} var HTMLContentHomeElement: { prototype: HTMLContentHomeElement; new (): HTMLContentHomeElement; }; interface HTMLContentModalElement extends Components.ContentModal, HTMLStencilElement {} var HTMLContentModalElement: { prototype: HTMLContentModalElement; new (): HTMLContentModalElement; }; interface HTMLEditTagElement extends Components.EditTag, HTMLStencilElement {} var HTMLEditTagElement: { prototype: HTMLEditTagElement; new (): HTMLEditTagElement; }; interface HTMLPopupComponentElement extends Components.PopupComponent, HTMLStencilElement {} var HTMLPopupComponentElement: { prototype: HTMLPopupComponentElement; new (): HTMLPopupComponentElement; }; interface HTMLTreemapChartElement extends Components.TreemapChart, HTMLStencilElement {} var HTMLTreemapChartElement: { prototype: HTMLTreemapChartElement; new (): HTMLTreemapChartElement; }; interface HTMLElementTagNameMap { 'add-comment': HTMLAddCommentElement; 'add-content': HTMLAddContentElement; 'comment-component': HTMLCommentComponentElement; 'comment-detail': HTMLCommentDetailElement; 'comment-home': HTMLCommentHomeElement; 'comment-modal': HTMLCommentModalElement; 'content-component': HTMLContentComponentElement; 'content-detail': HTMLContentDetailElement; 'content-home': HTMLContentHomeElement; 'content-modal': HTMLContentModalElement; 'edit-tag': HTMLEditTagElement; 'popup-component': HTMLPopupComponentElement; 'treemap-chart': HTMLTreemapChartElement; } } declare namespace LocalJSX { interface AddComment { 'screenshot'?: string; } interface AddContent {} interface CommentComponent { 'onCloseModal'?: (event: CustomEvent) => void; 'onGetScreenshot'?: (event: CustomEvent) => void; 'screenshot'?: string; } interface CommentDetail { 'comment'?: Comment; } interface CommentHome { 'onDispatch_closeModal'?: (event: CustomEvent) => void; 'onDispatch_getScreenshot'?: (event: CustomEvent) => void; 'screenshot'?: string; } interface CommentModal { 'component'?: string; } interface ContentComponent { 'onCloseModal'?: (event: CustomEvent) => void; 'onGetScreenshot'?: (event: CustomEvent) => void; 'screenshot'?: string; } interface ContentDetail { 'content'?: Content; } interface ContentHome { 'onDispatch_closeModal'?: (event: CustomEvent) => void; 'onDispatch_getScreenshot'?: (event: CustomEvent) => void; 'screenshot'?: string; } interface ContentModal { 'component'?: string; } interface EditTag {} interface PopupComponent { 'open'?: boolean; } interface TreemapChart { 'chart'?: any; 'data'?: Array; 'size'?: any; } interface IntrinsicElements { 'add-comment': AddComment; 'add-content': AddContent; 'comment-component': CommentComponent; 'comment-detail': CommentDetail; 'comment-home': CommentHome; 'comment-modal': CommentModal; 'content-component': ContentComponent; 'content-detail': ContentDetail; 'content-home': ContentHome; 'content-modal': ContentModal; 'edit-tag': EditTag; 'popup-component': PopupComponent; 'treemap-chart': TreemapChart; } } export { LocalJSX as JSX }; declare module "@stencil/core" { export namespace JSX { interface IntrinsicElements { 'add-comment': LocalJSX.AddComment & JSXBase.HTMLAttributes; 'add-content': LocalJSX.AddContent & JSXBase.HTMLAttributes; 'comment-component': LocalJSX.CommentComponent & JSXBase.HTMLAttributes; 'comment-detail': LocalJSX.CommentDetail & JSXBase.HTMLAttributes; 'comment-home': LocalJSX.CommentHome & JSXBase.HTMLAttributes; 'comment-modal': LocalJSX.CommentModal & JSXBase.HTMLAttributes; 'content-component': LocalJSX.ContentComponent & JSXBase.HTMLAttributes; 'content-detail': LocalJSX.ContentDetail & JSXBase.HTMLAttributes; 'content-home': LocalJSX.ContentHome & JSXBase.HTMLAttributes; 'content-modal': LocalJSX.ContentModal & JSXBase.HTMLAttributes; 'edit-tag': LocalJSX.EditTag & JSXBase.HTMLAttributes; 'popup-component': LocalJSX.PopupComponent & JSXBase.HTMLAttributes; 'treemap-chart': LocalJSX.TreemapChart & JSXBase.HTMLAttributes; } } }