/* 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 UgaApplyButton { 'buttonText': string; 'cashPrice': string; 'description': string; 'downPayment': string; 'locationId': string; 'programNumber': string; } } declare global { interface HTMLUgaApplyButtonElement extends Components.UgaApplyButton, HTMLStencilElement {} var HTMLUgaApplyButtonElement: { prototype: HTMLUgaApplyButtonElement; new (): HTMLUgaApplyButtonElement; }; interface HTMLElementTagNameMap { 'uga-apply-button': HTMLUgaApplyButtonElement; } } declare namespace LocalJSX { interface UgaApplyButton { 'buttonText'?: string; 'cashPrice'?: string; 'description'?: string; 'downPayment'?: string; 'locationId'?: string; 'onSubmitter'?: (event: CustomEvent) => void; 'programNumber'?: string; } interface IntrinsicElements { 'uga-apply-button': UgaApplyButton; } } export { LocalJSX as JSX }; declare module "@stencil/core" { export namespace JSX { interface IntrinsicElements { 'uga-apply-button': LocalJSX.UgaApplyButton & JSXBase.HTMLAttributes; } } }