interface VoerBordProps { width: number; height: number; } export function VoerBord(props: VoerBordProps) { return