
- 사용법
- 프로퍼티

import { useBlockNote } from "@blocknote/react";
import { BlockEditor } from "@/ui/input/editor/components/BlockEditor";
export const MyComponent = () => {
const BlockNoteEditor = useBlockNote();
return <BlockEditor editor={BlockNoteEditor} />;
};
| 프로퍼티 | 유형 | 설명 |
|---|---|---|
| 편집기 | BlockNoteEditor | 블록 편집기 인스턴스 또는 구성 |