mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-14 03:03:58 +02:00
Remove unused ExtendType in Node
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
import { produce } from 'immer'
|
import { produce } from 'immer'
|
||||||
import { Editor, Path, Range, Text } from '..'
|
import { Editor, Path, Range, Text } from '..'
|
||||||
import { Element, ElementEntry } from './element'
|
import { Element, ElementEntry } from './element'
|
||||||
import { ExtendedType } from './custom-types'
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The `Node` union type represents all of the different types of nodes that
|
* The `Node` union type represents all of the different types of nodes that
|
||||||
|
Reference in New Issue
Block a user