/* 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"; export namespace Components { interface OsdsQuantity { /** * Quantity is disabled or not * @see OdsQuantityAttributes.disabled */ "disabled"?: boolean; } } declare global { interface HTMLOsdsQuantityElement extends Components.OsdsQuantity, HTMLStencilElement { } var HTMLOsdsQuantityElement: { prototype: HTMLOsdsQuantityElement; new (): HTMLOsdsQuantityElement; }; interface HTMLElementTagNameMap { "osds-quantity": HTMLOsdsQuantityElement; } } declare namespace LocalJSX { interface OsdsQuantity { /** * Quantity is disabled or not * @see OdsQuantityAttributes.disabled */ "disabled"?: boolean; } interface IntrinsicElements { "osds-quantity": OsdsQuantity; } } export { LocalJSX as JSX }; declare module "@stencil/core" { export namespace JSX { interface IntrinsicElements { "osds-quantity": LocalJSX.OsdsQuantity & JSXBase.HTMLAttributes; } } }