/* 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 StnConsultantLeadSubmit { /** * The key of the form to use for lead submissions * @uiName Form Key */ "formKey": string; /** * Heading for the form * @uiName Heading */ "heading": string; /** * Routing path to the widget or portal home * @uiName Home Path */ "homePath": string; /** * Routing path to the first page of the form * @uiName Page One Path */ "pageOnePath": string; /** * Routing path to the second page of the form * @uiName Page Two Path */ "pageTwoPath": string; } interface StnCustomerLeadSubmit { /** * The key of the form to use for lead submissions * @uiName Form Key */ "formKey": string; /** * Routing path to the widget or portal home * @uiName Home Path */ "homePath": string; /** * Routing path to the first page of the form * @uiName Page One Path */ "pageOnePath": string; /** * Routing path to the second page of the form * @uiName Page Two Path */ "pageTwoPath": string; } interface StnEmployeeLeadSubmit { /** * The key of the form to use for lead submissions * @uiName Form Key */ "formKey": string; /** * Routing path to the widget or portal home * @uiName Home Path */ "homePath": string; /** * Routing path to the first page of the form * @uiName Page One Path */ "pageOnePath": string; /** * Routing path to the second page of the form * @uiName Page Two Path */ "pageTwoPath": string; } interface StnEmployeeStart { /** * Alternate sign in link text * @uiName Alt Sign In Text */ "altsignintext": string; /** * Routing path for the main dashboard eg. /partner * @uiName Consultant Path */ "consultantPath": string; /** * Routing path for the main dashboard eg. /widget * @uiName Dashboard Path */ "dashboardPath": string; /** * Link to sign in details * @uiName Details Link */ "detailslink": string; /** * Text inside the details link * @uiName Details Link Text */ "detailslinktext": string; /** * Text surrounding the details link * @uiName Details Text */ "detailstext": string; /** * Email domain that is allowed for google logins * @uiName Email Domain */ "emailDomain": string; /** * Text inside the sign in button * @uiName Sign In Text */ "signintext": string; /** * @uiName Page title */ "titletext": string; } interface StnFaq { } interface StnFooter { /** * Routing path to the FAQ page * @uiName FAQ Path */ "faqPath": string; /** * Text inside the FAQ link * @uiName FAQ Text */ "faqtext": string; /** * Routing path to the payment info page * @uiName Payment Info Path */ "paymentInfoPath"?: string; /** * Text inside the payment info link * @uiName Payment Info Text */ "paymentinfotext": string; /** * Display link to payment info * @uiName Show Payment Info */ "showpaymentinfo": boolean; /** * Display support text * @uiName Show Support */ "showsupport": boolean; /** * Display link to terms & conditions * @uiName Show Terms Link */ "showterms": boolean; /** * Text inside the terms and conditions link * @uiName Terms Text */ "termstext": string; } interface StnForgotPassword { } interface StnFormHeader { /** * Heading for the form * @uiName Heading */ "heading": string; /** * Show or hide the button * @uiName Hide Button */ "hideButton": boolean; /** * Routing path to the dashboard * @uiName Home Path */ "homePath": string; /** * Routing path to the first page of the form * @uiName Page One Path */ "pageOnePath": string; /** * Optional routing path to the second page of the form * @uiName Page Two Path */ "pageTwoPath"?: string; } interface StnLandingPage { /** * Title above the Consultant Program enter button * @uiName Consultant Title */ "consultantTitle": string; /** * Title above the Employee Program enter button * @uiName Employee Title */ "employeeTitle": string; /** * Main title at top of landing page * @uiName Title */ "mainTitle": string; } interface StnLeaderboardHeader { /** * Main heading text of the leaderboard * @uiName Heading */ "heading": string; /** * @uiName Leaderboard type * @uiType string * @uiEnum ["topStartedReferrers", "topConvertedReferrers"] * @uiEnumNames ["Top started referrers", "Top converted referrers"] */ "leaderboardType": "topStartedReferrers" | "topConvertedReferrers"; /** * Text displayed for the user's rank * @uiName Rank Text */ "rankText": string; /** * Text before the amount of time since last update * @uiName Updated Text */ "updatedtext": string; } interface StnLogin { /** * Error displayed for ineligible emails * @uiName Email Error * @uiWidget textArea */ "emailError": string; } interface StnLogout { } interface StnMenuContainer { } interface StnNavigationButton { /** * @uiName Button Text */ "buttonText": string; /** * @uiName Navigation Path */ "path": string; } interface StnPaymentAlert { /** * Segment to check to see if the user has submitted payment details * @uiName Required Segment */ "requiredsegment": string; } interface StnPaymentForm { /** * Key of the form used for collecting payment info * @uiName Form Key */ "formKey": string; /** * Path to navigate to after successful submission * @uiName Submission Path */ "submitPath": string; } interface StnPaymentInfo { /** * Key of the form used for collecting payment info * @uiName Form Key */ "formKey": string; /** * Link to docusign form for international customers * @uiName International Link */ "intlLink": string; } interface StnPortalEntrypoint { /** * @uiName Widget Type */ "widgetType": string; } interface StnPortalLogo { /** * The subtext on the logo for the partner program * @uiName Consultant Sub Text */ "consultantsubtext": string; /** * The subtext on the logo for the employee program * @uiName Employee Sub Text */ "employeesubtext": string; } interface StnReferralList { /** * Text for cancelled rewards * @uiName Cancelled Text */ "cancelledtext": string; /** * Text for converted referrals * @uiName Converted Text */ "convertedtext": string; /** * Text for expired rewards * @uiName Expired Text */ "expiredtext": string; /** * Text for in progress referrals * @uiName In Progress Text */ "inprogresstext": string; /** * Text for pending rewards * @uiName Pending Text */ "pendingtext": string; /** * Number of referrals shown per page * @uiName Referrals Per Page */ "perpage": number; /** * Text for redeemed rewards * @uiName Redeemed Text */ "redeemedtext": string; /** * Program id to link referredBy * @uiName Referred By Program ID */ "referredByProgramId"?: string; } interface StnRegister { /** * Error displayed for ineligible emails * @uiName Email Error * @uiWidget textArea */ "emailError": string; /** * Routing path for email verification page after registration * @uiName Verify Path */ "verifyPath": string; } interface StnStencilbook { } interface StnVerifyEmail { } interface StnW9Alert { /** * Prop to hide the W-9 success alert after a set amount of days * @uiName Hide after days */ "hideAfterDays"?: number; /** * Link to W-9 form * @uiName Link */ "link": string; } interface StnWidgetHeader { /** * Text displayed on the header button * @uiName Button Text */ "buttontext": string; /** * Users title in the program * @uiName Header Title */ "headertitle": string; /** * Path to the lead submit form * @uiName Lead Path */ "leadPath": string; } } declare global { interface HTMLStnConsultantLeadSubmitElement extends Components.StnConsultantLeadSubmit, HTMLStencilElement { } var HTMLStnConsultantLeadSubmitElement: { prototype: HTMLStnConsultantLeadSubmitElement; new (): HTMLStnConsultantLeadSubmitElement; }; interface HTMLStnCustomerLeadSubmitElement extends Components.StnCustomerLeadSubmit, HTMLStencilElement { } var HTMLStnCustomerLeadSubmitElement: { prototype: HTMLStnCustomerLeadSubmitElement; new (): HTMLStnCustomerLeadSubmitElement; }; interface HTMLStnEmployeeLeadSubmitElement extends Components.StnEmployeeLeadSubmit, HTMLStencilElement { } var HTMLStnEmployeeLeadSubmitElement: { prototype: HTMLStnEmployeeLeadSubmitElement; new (): HTMLStnEmployeeLeadSubmitElement; }; interface HTMLStnEmployeeStartElement extends Components.StnEmployeeStart, HTMLStencilElement { } var HTMLStnEmployeeStartElement: { prototype: HTMLStnEmployeeStartElement; new (): HTMLStnEmployeeStartElement; }; interface HTMLStnFaqElement extends Components.StnFaq, HTMLStencilElement { } var HTMLStnFaqElement: { prototype: HTMLStnFaqElement; new (): HTMLStnFaqElement; }; interface HTMLStnFooterElement extends Components.StnFooter, HTMLStencilElement { } var HTMLStnFooterElement: { prototype: HTMLStnFooterElement; new (): HTMLStnFooterElement; }; interface HTMLStnForgotPasswordElement extends Components.StnForgotPassword, HTMLStencilElement { } var HTMLStnForgotPasswordElement: { prototype: HTMLStnForgotPasswordElement; new (): HTMLStnForgotPasswordElement; }; interface HTMLStnFormHeaderElement extends Components.StnFormHeader, HTMLStencilElement { } var HTMLStnFormHeaderElement: { prototype: HTMLStnFormHeaderElement; new (): HTMLStnFormHeaderElement; }; interface HTMLStnLandingPageElement extends Components.StnLandingPage, HTMLStencilElement { } var HTMLStnLandingPageElement: { prototype: HTMLStnLandingPageElement; new (): HTMLStnLandingPageElement; }; interface HTMLStnLeaderboardHeaderElement extends Components.StnLeaderboardHeader, HTMLStencilElement { } var HTMLStnLeaderboardHeaderElement: { prototype: HTMLStnLeaderboardHeaderElement; new (): HTMLStnLeaderboardHeaderElement; }; interface HTMLStnLoginElement extends Components.StnLogin, HTMLStencilElement { } var HTMLStnLoginElement: { prototype: HTMLStnLoginElement; new (): HTMLStnLoginElement; }; interface HTMLStnLogoutElement extends Components.StnLogout, HTMLStencilElement { } var HTMLStnLogoutElement: { prototype: HTMLStnLogoutElement; new (): HTMLStnLogoutElement; }; interface HTMLStnMenuContainerElement extends Components.StnMenuContainer, HTMLStencilElement { } var HTMLStnMenuContainerElement: { prototype: HTMLStnMenuContainerElement; new (): HTMLStnMenuContainerElement; }; interface HTMLStnNavigationButtonElement extends Components.StnNavigationButton, HTMLStencilElement { } var HTMLStnNavigationButtonElement: { prototype: HTMLStnNavigationButtonElement; new (): HTMLStnNavigationButtonElement; }; interface HTMLStnPaymentAlertElement extends Components.StnPaymentAlert, HTMLStencilElement { } var HTMLStnPaymentAlertElement: { prototype: HTMLStnPaymentAlertElement; new (): HTMLStnPaymentAlertElement; }; interface HTMLStnPaymentFormElement extends Components.StnPaymentForm, HTMLStencilElement { } var HTMLStnPaymentFormElement: { prototype: HTMLStnPaymentFormElement; new (): HTMLStnPaymentFormElement; }; interface HTMLStnPaymentInfoElement extends Components.StnPaymentInfo, HTMLStencilElement { } var HTMLStnPaymentInfoElement: { prototype: HTMLStnPaymentInfoElement; new (): HTMLStnPaymentInfoElement; }; interface HTMLStnPortalEntrypointElement extends Components.StnPortalEntrypoint, HTMLStencilElement { } var HTMLStnPortalEntrypointElement: { prototype: HTMLStnPortalEntrypointElement; new (): HTMLStnPortalEntrypointElement; }; interface HTMLStnPortalLogoElement extends Components.StnPortalLogo, HTMLStencilElement { } var HTMLStnPortalLogoElement: { prototype: HTMLStnPortalLogoElement; new (): HTMLStnPortalLogoElement; }; interface HTMLStnReferralListElement extends Components.StnReferralList, HTMLStencilElement { } var HTMLStnReferralListElement: { prototype: HTMLStnReferralListElement; new (): HTMLStnReferralListElement; }; interface HTMLStnRegisterElement extends Components.StnRegister, HTMLStencilElement { } var HTMLStnRegisterElement: { prototype: HTMLStnRegisterElement; new (): HTMLStnRegisterElement; }; interface HTMLStnStencilbookElement extends Components.StnStencilbook, HTMLStencilElement { } var HTMLStnStencilbookElement: { prototype: HTMLStnStencilbookElement; new (): HTMLStnStencilbookElement; }; interface HTMLStnVerifyEmailElement extends Components.StnVerifyEmail, HTMLStencilElement { } var HTMLStnVerifyEmailElement: { prototype: HTMLStnVerifyEmailElement; new (): HTMLStnVerifyEmailElement; }; interface HTMLStnW9AlertElement extends Components.StnW9Alert, HTMLStencilElement { } var HTMLStnW9AlertElement: { prototype: HTMLStnW9AlertElement; new (): HTMLStnW9AlertElement; }; interface HTMLStnWidgetHeaderElement extends Components.StnWidgetHeader, HTMLStencilElement { } var HTMLStnWidgetHeaderElement: { prototype: HTMLStnWidgetHeaderElement; new (): HTMLStnWidgetHeaderElement; }; interface HTMLElementTagNameMap { "stn-consultant-lead-submit": HTMLStnConsultantLeadSubmitElement; "stn-customer-lead-submit": HTMLStnCustomerLeadSubmitElement; "stn-employee-lead-submit": HTMLStnEmployeeLeadSubmitElement; "stn-employee-start": HTMLStnEmployeeStartElement; "stn-faq": HTMLStnFaqElement; "stn-footer": HTMLStnFooterElement; "stn-forgot-password": HTMLStnForgotPasswordElement; "stn-form-header": HTMLStnFormHeaderElement; "stn-landing-page": HTMLStnLandingPageElement; "stn-leaderboard-header": HTMLStnLeaderboardHeaderElement; "stn-login": HTMLStnLoginElement; "stn-logout": HTMLStnLogoutElement; "stn-menu-container": HTMLStnMenuContainerElement; "stn-navigation-button": HTMLStnNavigationButtonElement; "stn-payment-alert": HTMLStnPaymentAlertElement; "stn-payment-form": HTMLStnPaymentFormElement; "stn-payment-info": HTMLStnPaymentInfoElement; "stn-portal-entrypoint": HTMLStnPortalEntrypointElement; "stn-portal-logo": HTMLStnPortalLogoElement; "stn-referral-list": HTMLStnReferralListElement; "stn-register": HTMLStnRegisterElement; "stn-stencilbook": HTMLStnStencilbookElement; "stn-verify-email": HTMLStnVerifyEmailElement; "stn-w9-alert": HTMLStnW9AlertElement; "stn-widget-header": HTMLStnWidgetHeaderElement; } } declare namespace LocalJSX { interface StnConsultantLeadSubmit { /** * The key of the form to use for lead submissions * @uiName Form Key */ "formKey"?: string; /** * Heading for the form * @uiName Heading */ "heading"?: string; /** * Routing path to the widget or portal home * @uiName Home Path */ "homePath"?: string; /** * Routing path to the first page of the form * @uiName Page One Path */ "pageOnePath"?: string; /** * Routing path to the second page of the form * @uiName Page Two Path */ "pageTwoPath"?: string; } interface StnCustomerLeadSubmit { /** * The key of the form to use for lead submissions * @uiName Form Key */ "formKey"?: string; /** * Routing path to the widget or portal home * @uiName Home Path */ "homePath"?: string; /** * Routing path to the first page of the form * @uiName Page One Path */ "pageOnePath"?: string; /** * Routing path to the second page of the form * @uiName Page Two Path */ "pageTwoPath"?: string; } interface StnEmployeeLeadSubmit { /** * The key of the form to use for lead submissions * @uiName Form Key */ "formKey"?: string; /** * Routing path to the widget or portal home * @uiName Home Path */ "homePath"?: string; /** * Routing path to the first page of the form * @uiName Page One Path */ "pageOnePath"?: string; /** * Routing path to the second page of the form * @uiName Page Two Path */ "pageTwoPath"?: string; } interface StnEmployeeStart { /** * Alternate sign in link text * @uiName Alt Sign In Text */ "altsignintext"?: string; /** * Routing path for the main dashboard eg. /partner * @uiName Consultant Path */ "consultantPath"?: string; /** * Routing path for the main dashboard eg. /widget * @uiName Dashboard Path */ "dashboardPath"?: string; /** * Link to sign in details * @uiName Details Link */ "detailslink"?: string; /** * Text inside the details link * @uiName Details Link Text */ "detailslinktext"?: string; /** * Text surrounding the details link * @uiName Details Text */ "detailstext"?: string; /** * Email domain that is allowed for google logins * @uiName Email Domain */ "emailDomain"?: string; /** * Text inside the sign in button * @uiName Sign In Text */ "signintext"?: string; /** * @uiName Page title */ "titletext"?: string; } interface StnFaq { } interface StnFooter { /** * Routing path to the FAQ page * @uiName FAQ Path */ "faqPath"?: string; /** * Text inside the FAQ link * @uiName FAQ Text */ "faqtext"?: string; /** * Routing path to the payment info page * @uiName Payment Info Path */ "paymentInfoPath"?: string; /** * Text inside the payment info link * @uiName Payment Info Text */ "paymentinfotext"?: string; /** * Display link to payment info * @uiName Show Payment Info */ "showpaymentinfo"?: boolean; /** * Display support text * @uiName Show Support */ "showsupport"?: boolean; /** * Display link to terms & conditions * @uiName Show Terms Link */ "showterms"?: boolean; /** * Text inside the terms and conditions link * @uiName Terms Text */ "termstext"?: string; } interface StnForgotPassword { } interface StnFormHeader { /** * Heading for the form * @uiName Heading */ "heading"?: string; /** * Show or hide the button * @uiName Hide Button */ "hideButton"?: boolean; /** * Routing path to the dashboard * @uiName Home Path */ "homePath"?: string; /** * Routing path to the first page of the form * @uiName Page One Path */ "pageOnePath"?: string; /** * Optional routing path to the second page of the form * @uiName Page Two Path */ "pageTwoPath"?: string; } interface StnLandingPage { /** * Title above the Consultant Program enter button * @uiName Consultant Title */ "consultantTitle"?: string; /** * Title above the Employee Program enter button * @uiName Employee Title */ "employeeTitle"?: string; /** * Main title at top of landing page * @uiName Title */ "mainTitle"?: string; } interface StnLeaderboardHeader { /** * Main heading text of the leaderboard * @uiName Heading */ "heading"?: string; /** * @uiName Leaderboard type * @uiType string * @uiEnum ["topStartedReferrers", "topConvertedReferrers"] * @uiEnumNames ["Top started referrers", "Top converted referrers"] */ "leaderboardType"?: "topStartedReferrers" | "topConvertedReferrers"; /** * Text displayed for the user's rank * @uiName Rank Text */ "rankText"?: string; /** * Text before the amount of time since last update * @uiName Updated Text */ "updatedtext"?: string; } interface StnLogin { /** * Error displayed for ineligible emails * @uiName Email Error * @uiWidget textArea */ "emailError"?: string; } interface StnLogout { } interface StnMenuContainer { } interface StnNavigationButton { /** * @uiName Button Text */ "buttonText"?: string; /** * @uiName Navigation Path */ "path"?: string; } interface StnPaymentAlert { /** * Segment to check to see if the user has submitted payment details * @uiName Required Segment */ "requiredsegment"?: string; } interface StnPaymentForm { /** * Key of the form used for collecting payment info * @uiName Form Key */ "formKey"?: string; /** * Path to navigate to after successful submission * @uiName Submission Path */ "submitPath"?: string; } interface StnPaymentInfo { /** * Key of the form used for collecting payment info * @uiName Form Key */ "formKey"?: string; /** * Link to docusign form for international customers * @uiName International Link */ "intlLink"?: string; } interface StnPortalEntrypoint { /** * @uiName Widget Type */ "widgetType"?: string; } interface StnPortalLogo { /** * The subtext on the logo for the partner program * @uiName Consultant Sub Text */ "consultantsubtext"?: string; /** * The subtext on the logo for the employee program * @uiName Employee Sub Text */ "employeesubtext"?: string; } interface StnReferralList { /** * Text for cancelled rewards * @uiName Cancelled Text */ "cancelledtext"?: string; /** * Text for converted referrals * @uiName Converted Text */ "convertedtext"?: string; /** * Text for expired rewards * @uiName Expired Text */ "expiredtext"?: string; /** * Text for in progress referrals * @uiName In Progress Text */ "inprogresstext"?: string; /** * Text for pending rewards * @uiName Pending Text */ "pendingtext"?: string; /** * Number of referrals shown per page * @uiName Referrals Per Page */ "perpage"?: number; /** * Text for redeemed rewards * @uiName Redeemed Text */ "redeemedtext"?: string; /** * Program id to link referredBy * @uiName Referred By Program ID */ "referredByProgramId"?: string; } interface StnRegister { /** * Error displayed for ineligible emails * @uiName Email Error * @uiWidget textArea */ "emailError"?: string; /** * Routing path for email verification page after registration * @uiName Verify Path */ "verifyPath"?: string; } interface StnStencilbook { } interface StnVerifyEmail { } interface StnW9Alert { /** * Prop to hide the W-9 success alert after a set amount of days * @uiName Hide after days */ "hideAfterDays"?: number; /** * Link to W-9 form * @uiName Link */ "link"?: string; } interface StnWidgetHeader { /** * Text displayed on the header button * @uiName Button Text */ "buttontext"?: string; /** * Users title in the program * @uiName Header Title */ "headertitle"?: string; /** * Path to the lead submit form * @uiName Lead Path */ "leadPath"?: string; } interface IntrinsicElements { "stn-consultant-lead-submit": StnConsultantLeadSubmit; "stn-customer-lead-submit": StnCustomerLeadSubmit; "stn-employee-lead-submit": StnEmployeeLeadSubmit; "stn-employee-start": StnEmployeeStart; "stn-faq": StnFaq; "stn-footer": StnFooter; "stn-forgot-password": StnForgotPassword; "stn-form-header": StnFormHeader; "stn-landing-page": StnLandingPage; "stn-leaderboard-header": StnLeaderboardHeader; "stn-login": StnLogin; "stn-logout": StnLogout; "stn-menu-container": StnMenuContainer; "stn-navigation-button": StnNavigationButton; "stn-payment-alert": StnPaymentAlert; "stn-payment-form": StnPaymentForm; "stn-payment-info": StnPaymentInfo; "stn-portal-entrypoint": StnPortalEntrypoint; "stn-portal-logo": StnPortalLogo; "stn-referral-list": StnReferralList; "stn-register": StnRegister; "stn-stencilbook": StnStencilbook; "stn-verify-email": StnVerifyEmail; "stn-w9-alert": StnW9Alert; "stn-widget-header": StnWidgetHeader; } } export { LocalJSX as JSX }; declare module "@stencil/core" { export namespace JSX { interface IntrinsicElements { "stn-consultant-lead-submit": LocalJSX.StnConsultantLeadSubmit & JSXBase.HTMLAttributes; "stn-customer-lead-submit": LocalJSX.StnCustomerLeadSubmit & JSXBase.HTMLAttributes; "stn-employee-lead-submit": LocalJSX.StnEmployeeLeadSubmit & JSXBase.HTMLAttributes; "stn-employee-start": LocalJSX.StnEmployeeStart & JSXBase.HTMLAttributes; "stn-faq": LocalJSX.StnFaq & JSXBase.HTMLAttributes; "stn-footer": LocalJSX.StnFooter & JSXBase.HTMLAttributes; "stn-forgot-password": LocalJSX.StnForgotPassword & JSXBase.HTMLAttributes; "stn-form-header": LocalJSX.StnFormHeader & JSXBase.HTMLAttributes; "stn-landing-page": LocalJSX.StnLandingPage & JSXBase.HTMLAttributes; "stn-leaderboard-header": LocalJSX.StnLeaderboardHeader & JSXBase.HTMLAttributes; "stn-login": LocalJSX.StnLogin & JSXBase.HTMLAttributes; "stn-logout": LocalJSX.StnLogout & JSXBase.HTMLAttributes; "stn-menu-container": LocalJSX.StnMenuContainer & JSXBase.HTMLAttributes; "stn-navigation-button": LocalJSX.StnNavigationButton & JSXBase.HTMLAttributes; "stn-payment-alert": LocalJSX.StnPaymentAlert & JSXBase.HTMLAttributes; "stn-payment-form": LocalJSX.StnPaymentForm & JSXBase.HTMLAttributes; "stn-payment-info": LocalJSX.StnPaymentInfo & JSXBase.HTMLAttributes; "stn-portal-entrypoint": LocalJSX.StnPortalEntrypoint & JSXBase.HTMLAttributes; "stn-portal-logo": LocalJSX.StnPortalLogo & JSXBase.HTMLAttributes; "stn-referral-list": LocalJSX.StnReferralList & JSXBase.HTMLAttributes; "stn-register": LocalJSX.StnRegister & JSXBase.HTMLAttributes; "stn-stencilbook": LocalJSX.StnStencilbook & JSXBase.HTMLAttributes; "stn-verify-email": LocalJSX.StnVerifyEmail & JSXBase.HTMLAttributes; "stn-w9-alert": LocalJSX.StnW9Alert & JSXBase.HTMLAttributes; "stn-widget-header": LocalJSX.StnWidgetHeader & JSXBase.HTMLAttributes; } } }