UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

10 lines 329 B
import { RebookingState } from '../store/ExhibitorStore'; export interface RebookingStateConfig { iconName: string; color: { primary: string; secondary: string; }; } export declare const rebookingStateConfig: Record<RebookingState, RebookingStateConfig>; //# sourceMappingURL=rebooking-config.d.ts.map