/* 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 CustomSearch { "apiKey": string; "defaultThumbnail": string; "limit": string; "queryString": string; "searchEngineId": string; } } declare global { interface HTMLCustomSearchElement extends Components.CustomSearch, HTMLStencilElement { } var HTMLCustomSearchElement: { prototype: HTMLCustomSearchElement; new (): HTMLCustomSearchElement; }; interface HTMLElementTagNameMap { "custom-search": HTMLCustomSearchElement; } } declare namespace LocalJSX { interface CustomSearch { "apiKey"?: string; "defaultThumbnail"?: string; "limit"?: string; "queryString"?: string; "searchEngineId"?: string; } interface IntrinsicElements { "custom-search": CustomSearch; } } export { LocalJSX as JSX }; declare module "@stencil/core" { export namespace JSX { interface IntrinsicElements { "custom-search": LocalJSX.CustomSearch & JSXBase.HTMLAttributes; } } }