@expofp/floorplan
Version:
Interactive floor plan library for expos and events
17 lines • 424 B
TypeScript
import "./SimpleRow.scss";
import React from "react";
declare const SimpleRow: React.FC<{
line1: string;
line2: string;
lineEnd?: string;
slug: string;
active?: boolean;
className: string;
style?: React.CSSProperties;
onClick: () => void;
onMouseOver?: () => void;
onMouseOut?: () => void;
highlight?: boolean;
}>;
export default SimpleRow;
//# sourceMappingURL=SimpleRow.d.ts.map