import "react"; /** * NOTE: This file does not work under React v19. If you are under React v19, use jsx.d.ts. */ declare module "react" { namespace JSX { interface IntrinsicElements { "m2m-apps-menu": { expanded?: boolean; "additional-items"?: string; }; "m2m-user-menu": { expanded?: boolean; "additional-items"?: string; }; "m2m-releases-link": { product: string; }; } } }