--- import Lorem from '../components/Lorem.astro'; import { CalcAdd } from '../components/calc-add.js'; import { MyCounter } from '../components/my-counter.js'; // Full Astro Component Syntax: // https://docs.astro.build/core-concepts/astro-components/ --- Demo

Test app

{ /** * Our VS Code extension does not currently properly typecheck attributes on Lit components * As such, the following code will result in a TypeScript error inside the editor, nonetheless, it works in Astro! */ } {/** @ts-expect-error */}