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

Interface FormulaProps

editor-formula/Formula.tsx:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27import { useRenderFormula } from './hooks';
28
29interface FormulaProps {
30 editor;
31 previewElement: HTMLElement;
32}
33
34const Formula: FC<FormulaProps> = ({ editor, previewElement }) => {
35 useRenderFormula(previewElement);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected