/* 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"; import { RouterHistory, } from "@stencil/router"; export namespace Components { interface OtpSelect { "api": string; "buttonColor": string; "callBack": Function; "color": string; "fontfamily": string; "headingfontsize": string; "history": RouterHistory; "input": string; "language": string; "myInnerStrings": Array; "name": string; "otpApi": string; "size": string; "textfontsize": any; } interface OtpVerify { "api": string; "buttonColor": string; "callBack": Function; "color": string; "fontfamily": string; "headingfontsize": string; "history": RouterHistory; "input": string; "language": string; "myInnerStrings": Array; "name": string; "otpApi": string; "size": string; "textfontsize": any; } interface OtpWebComponent { "api": string; "buttonColor": string; "callBack": Function; "callback": () => void; "color": string; "fontfamily": string; "headingfontsize": string; "input": string; "language": string; "myInnerStrings": Array; "name": string; "otpApi": string; "size": string; "textfontsize": any; } } declare global { interface HTMLOtpSelectElement extends Components.OtpSelect, HTMLStencilElement { } var HTMLOtpSelectElement: { prototype: HTMLOtpSelectElement; new (): HTMLOtpSelectElement; }; interface HTMLOtpVerifyElement extends Components.OtpVerify, HTMLStencilElement { } var HTMLOtpVerifyElement: { prototype: HTMLOtpVerifyElement; new (): HTMLOtpVerifyElement; }; interface HTMLOtpWebComponentElement extends Components.OtpWebComponent, HTMLStencilElement { } var HTMLOtpWebComponentElement: { prototype: HTMLOtpWebComponentElement; new (): HTMLOtpWebComponentElement; }; interface HTMLElementTagNameMap { "otp-select": HTMLOtpSelectElement; "otp-verify": HTMLOtpVerifyElement; "otp-web-component": HTMLOtpWebComponentElement; } } declare namespace LocalJSX { interface OtpSelect { "api"?: string; "buttonColor"?: string; "callBack"?: Function; "color"?: string; "fontfamily"?: string; "headingfontsize"?: string; "history"?: RouterHistory; "input"?: string; "language"?: string; "myInnerStrings"?: Array; "name"?: string; "otpApi"?: string; "size"?: string; "textfontsize"?: any; } interface OtpVerify { "api"?: string; "buttonColor"?: string; "callBack"?: Function; "color"?: string; "fontfamily"?: string; "headingfontsize"?: string; "history"?: RouterHistory; "input"?: string; "language"?: string; "myInnerStrings"?: Array; "name"?: string; "otpApi"?: string; "size"?: string; "textfontsize"?: any; } interface OtpWebComponent { "api"?: string; "buttonColor"?: string; "callBack"?: Function; "callback"?: () => void; "color"?: string; "fontfamily"?: string; "headingfontsize"?: string; "input"?: string; "language"?: string; "myInnerStrings"?: Array; "name"?: string; "otpApi"?: string; "size"?: string; "textfontsize"?: any; } interface IntrinsicElements { "otp-select": OtpSelect; "otp-verify": OtpVerify; "otp-web-component": OtpWebComponent; } } export { LocalJSX as JSX }; declare module "@stencil/core" { export namespace JSX { interface IntrinsicElements { "otp-select": LocalJSX.OtpSelect & JSXBase.HTMLAttributes; "otp-verify": LocalJSX.OtpVerify & JSXBase.HTMLAttributes; "otp-web-component": LocalJSX.OtpWebComponent & JSXBase.HTMLAttributes; } } }