import {joinClassNames} from '../../libs/helper.ts' import {MapLocationProps} from '../../types' type Props = { mapLocationProps?: MapLocationProps onClose?: () => void } export default function InfoPanel(props: Props) { const { mapLocationProps: location, onClose, } = props return (