/* 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 AppRevo { "columns": any; "exporting": boolean; "filter": boolean; "height": string; "identifier": string; "source": any; } } export interface AppRevoCustomEvent extends CustomEvent { detail: T; target: HTMLAppRevoElement; } declare global { interface HTMLAppRevoElement extends Components.AppRevo, HTMLStencilElement { } var HTMLAppRevoElement: { prototype: HTMLAppRevoElement; new (): HTMLAppRevoElement; }; interface HTMLElementTagNameMap { "app-revo": HTMLAppRevoElement; } } declare namespace LocalJSX { interface AppRevo { "columns"?: any; "exporting"?: boolean; "filter"?: boolean; "height"?: string; "identifier"?: string; "onChangedWireIndex"?: (event: AppRevoCustomEvent) => void; "source"?: any; } interface IntrinsicElements { "app-revo": AppRevo; } } export { LocalJSX as JSX }; declare module "@stencil/core" { export namespace JSX { interface IntrinsicElements { "app-revo": LocalJSX.AppRevo & JSXBase.HTMLAttributes; } } }