MCPcopy Index your code
hub / github.com/apache/answer-plugins / ChartProps

Interface ChartProps

editor-chart/Chart.tsx:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25import { useRenderChart } from './hooks';
26
27interface ChartProps {
28 editor;
29 previewElement: HTMLElement;
30}
31
32const Chart: FC<ChartProps> = ({ editor, previewElement }) => {
33 useRenderChart(previewElement);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected