♻️ Add a test for internal waitUntil
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user