MCPcopy
hub / github.com/tone-row/flowchart-fun / EmptyStateProps

Interface EmptyStateProps

app/src/components/charts/EmptyState.tsx:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { Button2 } from "../../ui/Shared";
4
5interface EmptyStateProps {
6 onNewChart: () => void;
7 onNewFolder: () => void;
8 isFiltered?: boolean;
9}
10
11export function EmptyState({
12 onNewChart,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected