1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-24 09:13:24 +01:00

Remove unused ExtendType in Node

This commit is contained in:
Sunny Hirai 2021-03-29 09:09:13 -07:00
parent 28e299991a
commit 35bee40d23

View File

@ -1,7 +1,6 @@
import { produce } from 'immer'
import { Editor, Path, Range, Text } from '..'
import { Element, ElementEntry } from './element'
import { ExtendedType } from './custom-types'
/**
* The `Node` union type represents all of the different types of nodes that