--- import type { SlImageComparer } from '@shoelace-style/shoelace'; interface Props extends Omit { /** The position of the divider as a percentage. */ position: number; }; const { position } = Astro.props; ---