MCPcopy Create free account
hub / github.com/celerforge/freenote / EditorProps

Interface EditorProps

src/components/editor.tsx:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15import { FC } from "react";
16
17interface EditorProps extends MDXEditorProps {
18 onValueChange: (value: string) => void;
19 className?: string;
20 contentEditableClassName?: string;
21}
22
23/**
24 * Extend this Component further with the necessary plugins or props you need.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected