UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

6 lines 342 B
import React from "react"; import { HeatmapLegendProps } from "../ui/HeatmapLegend"; type HeatmapLegendContainerProps = Omit<HeatmapLegendProps, "ariaLabel">; declare const HeatmapLegendContainer: React.FunctionComponent<HeatmapLegendContainerProps>; export default HeatmapLegendContainer; //# sourceMappingURL=HeatmapLegendContainer.d.ts.map