Files
Basalt2/node_modules/shiki/samples/gts.sample
Robert Jelic 5c15cf28fa Test
2025-02-10 07:12:35 +01:00

8 lines
244 B
Plaintext

import type { TemplateOnlyComponent } from '@glimmer/component';
const Greet: TemplateOnlyComponent<{ name: string }> = <template>
<p>Hello, {{@name}}!</p>
</template>
# From https://rfcs.emberjs.com/id/0779-first-class-component-templates