mirror of
https://github.com/skoelle/28k8-moonweb-org.git
synced 2026-09-18 02:40:24 +00:00
6 lines
108 B
Plaintext
6 lines
108 B
Plaintext
---
|
|
export interface Props { html: string; }
|
|
const { html } = Astro.props;
|
|
---
|
|
<Fragment set:html={html} />
|