--- // Write your component code in this file! interface Props { prefix?: string; } ---
{Astro.props.prefix} My special component