import type { ExtractPropTypes } from 'vue'

export const horBmapProps = {}

export type HorBmapProps = ExtractPropTypes<typeof horBmapProps>
