MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / EntityItemProps

Interface EntityItemProps

src/components/entity-components.tsx:280–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278};
279
280interface EntityItemProps {
281 href: string;
282 title: string;
283 subtitle?: React.ReactNode;
284 image?: React.ReactNode;
285 actions?: React.ReactNode;
286 onRemove?: () => void | Promise<void>;
287 isRemoving?: boolean;
288 className?: string;
289};
290
291export const EntityItem = ({
292 href,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected