/* 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"; import { DemoData } from "./global/demo"; import { CustomFieldsViewProps } from "./components/sqm-user-name/sqm-user-name-view"; export namespace Components { interface SqmBrandSelector { } interface SqpCustomFields { /** * @undocumented * @uiType object */ "demoData"?: DemoData; /** * Text displayed while the participant’s name is loading. * @uiName Loading text */ "loadingText": string; /** * The custom field key to display. * @uiName Custom field key */ "value": string; } interface SqpStencilbook { } } declare global { interface HTMLSqmBrandSelectorElement extends Components.SqmBrandSelector, HTMLStencilElement { } var HTMLSqmBrandSelectorElement: { prototype: HTMLSqmBrandSelectorElement; new (): HTMLSqmBrandSelectorElement; }; interface HTMLSqpCustomFieldsElement extends Components.SqpCustomFields, HTMLStencilElement { } var HTMLSqpCustomFieldsElement: { prototype: HTMLSqpCustomFieldsElement; new (): HTMLSqpCustomFieldsElement; }; interface HTMLSqpStencilbookElement extends Components.SqpStencilbook, HTMLStencilElement { } var HTMLSqpStencilbookElement: { prototype: HTMLSqpStencilbookElement; new (): HTMLSqpStencilbookElement; }; interface HTMLElementTagNameMap { "sqm-brand-selector": HTMLSqmBrandSelectorElement; "sqp-custom-fields": HTMLSqpCustomFieldsElement; "sqp-stencilbook": HTMLSqpStencilbookElement; } } declare namespace LocalJSX { interface SqmBrandSelector { } interface SqpCustomFields { /** * @undocumented * @uiType object */ "demoData"?: DemoData; /** * Text displayed while the participant’s name is loading. * @uiName Loading text */ "loadingText"?: string; /** * The custom field key to display. * @uiName Custom field key */ "value"?: string; } interface SqpStencilbook { } interface IntrinsicElements { "sqm-brand-selector": SqmBrandSelector; "sqp-custom-fields": SqpCustomFields; "sqp-stencilbook": SqpStencilbook; } } export { LocalJSX as JSX }; declare module "@stencil/core" { export namespace JSX { interface IntrinsicElements { "sqm-brand-selector": LocalJSX.SqmBrandSelector & JSXBase.HTMLAttributes; "sqp-custom-fields": LocalJSX.SqpCustomFields & JSXBase.HTMLAttributes; "sqp-stencilbook": LocalJSX.SqpStencilbook & JSXBase.HTMLAttributes; } } }