/* 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 './stencil.core'; export namespace Components { interface BobzSpinner {} interface BobzSpinnerAttributes extends StencilHTMLAttributes {} interface BobzStockFinder {} interface BobzStockFinderAttributes extends StencilHTMLAttributes { 'onBobzSymbolSelected'?: (event: CustomEvent) => void; } interface BobzStockPrice { 'stockSymbol': string; } interface BobzStockPriceAttributes extends StencilHTMLAttributes { 'stockSymbol'?: string; } } declare global { interface StencilElementInterfaces { 'BobzSpinner': Components.BobzSpinner; 'BobzStockFinder': Components.BobzStockFinder; 'BobzStockPrice': Components.BobzStockPrice; } interface StencilIntrinsicElements { 'bobz-spinner': Components.BobzSpinnerAttributes; 'bobz-stock-finder': Components.BobzStockFinderAttributes; 'bobz-stock-price': Components.BobzStockPriceAttributes; } interface HTMLBobzSpinnerElement extends Components.BobzSpinner, HTMLStencilElement {} var HTMLBobzSpinnerElement: { prototype: HTMLBobzSpinnerElement; new (): HTMLBobzSpinnerElement; }; interface HTMLBobzStockFinderElement extends Components.BobzStockFinder, HTMLStencilElement {} var HTMLBobzStockFinderElement: { prototype: HTMLBobzStockFinderElement; new (): HTMLBobzStockFinderElement; }; interface HTMLBobzStockPriceElement extends Components.BobzStockPrice, HTMLStencilElement {} var HTMLBobzStockPriceElement: { prototype: HTMLBobzStockPriceElement; new (): HTMLBobzStockPriceElement; }; interface HTMLElementTagNameMap { 'bobz-spinner': HTMLBobzSpinnerElement 'bobz-stock-finder': HTMLBobzStockFinderElement 'bobz-stock-price': HTMLBobzStockPriceElement } interface ElementTagNameMap { 'bobz-spinner': HTMLBobzSpinnerElement; 'bobz-stock-finder': HTMLBobzStockFinderElement; 'bobz-stock-price': HTMLBobzStockPriceElement; } }