--- import Row from './Row.astro' interface Props { transparent?: boolean } const { transparent } = Astro.props ---