@expofp/floorplan
Version:
Interactive floor plan library for expos and events
5 lines • 340 B
TypeScript
import { type HeatmapLegendProps } from '../ui/HeatmapLegend';
type HeatmapLegendContainerProps = Omit<HeatmapLegendProps, 'ariaLabel' | 'ticks'>;
declare const HeatmapLegendContainer: import("react").FunctionComponent<HeatmapLegendContainerProps>;
export default HeatmapLegendContainer;
//# sourceMappingURL=HeatmapLegendContainer.d.ts.map