2
0

♻️ Add a test for internal waitUntil

This commit is contained in:
Baptiste Arnaud
2024-04-16 12:56:47 +02:00
parent 8d62898d15
commit 87f5d8515a
89 changed files with 1029 additions and 1154 deletions

View File

@@ -1,4 +1,5 @@
import { getPluginOptions, PlateEditor, Value } from '@udecode/plate-common'
import { Value } from '@udecode/slate'
import { getPluginOptions, PlateEditor } from '@udecode/plate-core'
import markdown from 'remark-parse'
import { unified } from 'unified'

View File

@@ -1,4 +1,4 @@
import { Value } from '@udecode/plate-common'
import { Value } from '@udecode/slate'
import { RemarkElementRules, RemarkTextRules } from '../remark-slate/types'
export interface DeserializeMdPlugin<V extends Value = Value> {