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

Interface ChartsToolbarProps

app/src/components/charts/ChartsToolbar.tsx:14–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import { SortConfig, SortOption } from "./types";
13
14interface ChartsToolbarProps {
15 searchQuery: string;
16 onSearchChange: (query: string) => void;
17 sortConfig: SortConfig;
18 onSortChange: (sortConfig: SortConfig) => void;
19 onNewChart: () => void;
20 onNewFolder: () => void;
21}
22
23export function ChartsToolbar({
24 searchQuery,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected