Skip to main content
Deno 2 is finally here 🎉️
Learn more
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>; } }}