import HeatMap from './HeatMap'; export type { HeatMapProps, Data } from './type'; export { getColorOpacityDegree } from './utils'; export default HeatMap;