@expofp/floorplan
Version:
Interactive floor plan library for expos and events
13 lines • 428 B
TypeScript
import React from "react";
import { type ListItem } from "../store/types";
import { type EntityItemKind } from "./EntityItemContainer";
interface Props {
item: ListItem;
index: number;
current: boolean;
compactDetails?: boolean;
onClick: (kind: EntityItemKind, id: string) => void;
}
declare const _default: React.FunctionComponent<Props>;
export default _default;
//# sourceMappingURL=EntityListRow.d.ts.map