Skip to main content
File
// Augment the jsx-runtime types to include the shadow-root element as intrinsicimport "./dist/jsxRuntime.module.js";declare module "./dist/jsxRuntime.module.js" { namespace JSX { export interface IntrinsicElements { "shadow-root": HTMLAttributes<HTMLElement>; } }}