buster/apps/web/src/components/ui/report/plugins/buster-stream-plugin.tsx

10 lines
238 B
TypeScript

import {
createTSlatePlugin,
type PluginConfig,
type TElement,
Node as PlateNode,
TNode
} from 'platejs';
import { createPlatePlugin, type PlateElementProps, useEditorRef } from 'platejs/react';
import { useMemo } from 'react';