UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

5 lines • 331 B
import { type HeatmapLegendProps } from '@expofp/ui'; type HeatmapLegendContainerProps = Omit<HeatmapLegendProps, 'ariaLabel' | 'ticks'>; declare const HeatmapLegendContainer: import("react").FunctionComponent<HeatmapLegendContainerProps>; export default HeatmapLegendContainer; //# sourceMappingURL=HeatmapLegendContainer.d.ts.map