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