--- export interface Props { noPadding?: boolean; } const { noPadding = false } = Astro.props; ---