--- interface Props { left: number right: number top?: number bottom?: number } const { left, right, top, bottom } = Astro.props ---