/* 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'; export namespace Components { interface TableCrispr { 'allOcc': Map; 'allSgrna': any[]; 'complete_data': string; 'complete_json': []; 'currentData': any[]; 'displaySgrna': any[]; 'error_msg': string; 'page': number; } } declare global { interface HTMLTableCrisprElement extends Components.TableCrispr, HTMLStencilElement {} var HTMLTableCrisprElement: { prototype: HTMLTableCrisprElement; new (): HTMLTableCrisprElement; }; interface HTMLElementTagNameMap { 'table-crispr': HTMLTableCrisprElement; } } declare namespace LocalJSX { interface TableCrispr { 'allOcc'?: Map; 'allSgrna'?: any[]; 'complete_data'?: string; 'complete_json'?: []; 'currentData'?: any[]; 'displaySgrna'?: any[]; 'error_msg'?: string; 'page'?: number; } interface IntrinsicElements { 'table-crispr': TableCrispr; } } export { LocalJSX as JSX }; declare module "@stencil/core" { export namespace JSX { interface IntrinsicElements { 'table-crispr': LocalJSX.TableCrispr & JSXBase.HTMLAttributes; } } }