/* 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 OrxeInputs { 'name': string; } } declare global { interface HTMLOrxeInputsElement extends Components.OrxeInputs, HTMLStencilElement {} var HTMLOrxeInputsElement: { prototype: HTMLOrxeInputsElement; new (): HTMLOrxeInputsElement; }; interface HTMLElementTagNameMap { 'orxe-inputs': HTMLOrxeInputsElement; } } declare namespace LocalJSX { interface OrxeInputs extends JSXBase.HTMLAttributes { 'name'?: string; } interface IntrinsicElements { 'orxe-inputs': OrxeInputs; } } export { LocalJSX as JSX }; declare module "@stencil/core" { export namespace JSX { interface IntrinsicElements extends LocalJSX.IntrinsicElements {} } }