/* 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 DashButton { "accentColor": string; "authMethod": string; "plmUrl": string; "portalApiUrl": string; "primaryColor": string; "redirectUri": string; "showPostLoginText": boolean; "showUnauthorizedModal": boolean; "silentCheckSso": boolean; } } declare global { interface HTMLDashButtonElement extends Components.DashButton, HTMLStencilElement { } var HTMLDashButtonElement: { prototype: HTMLDashButtonElement; new (): HTMLDashButtonElement; }; interface HTMLElementTagNameMap { "dash-button": HTMLDashButtonElement; } } declare namespace LocalJSX { interface DashButton { "accentColor"?: string; "authMethod"?: string; "plmUrl"?: string; "portalApiUrl"?: string; "primaryColor"?: string; "redirectUri"?: string; "showPostLoginText"?: boolean; "showUnauthorizedModal"?: boolean; "silentCheckSso"?: boolean; } interface IntrinsicElements { "dash-button": DashButton; } } export { LocalJSX as JSX }; declare module "@stencil/core" { export namespace JSX { interface IntrinsicElements { "dash-button": LocalJSX.DashButton & JSXBase.HTMLAttributes; } } }