/* 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 { 'classValue': string; 'disableValue': boolean; 'fieldValue': string; 'name': string; 'nameValue': string; 'placeholderValue': string; 'readOnlyValue': boolean; } } 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 { 'classValue'?: string; 'disableValue'?: boolean; 'fieldValue'?: string; 'name'?: string; 'nameValue'?: string; 'onInputChange'?: (event: CustomEvent) => void; 'placeholderValue'?: string; 'readOnlyValue'?: boolean; } interface IntrinsicElements { 'orxe-inputs': OrxeInputs; } } export { LocalJSX as JSX }; declare module "@stencil/core" { export namespace JSX { interface IntrinsicElements extends LocalJSX.IntrinsicElements {} } }