--- 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 editor tooling does not currently properly typecheck attributes on imported Lit components. As such, without a * pragma directive telling TypeScript to ignore the error, the line below will result in an error in the editor. * Nonetheless, this code works in Astro itself! */ // @ts-expect-error ) }