mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-29 18:09:49 +02:00
Mark transform type explicitly (#4022)
This commit is contained in:
@@ -3,7 +3,10 @@ import { NodeTransforms } from './node'
|
|||||||
import { SelectionTransforms } from './selection'
|
import { SelectionTransforms } from './selection'
|
||||||
import { TextTransforms } from './text'
|
import { TextTransforms } from './text'
|
||||||
|
|
||||||
export const Transforms = {
|
export const Transforms: GeneralTransforms &
|
||||||
|
NodeTransforms &
|
||||||
|
SelectionTransforms &
|
||||||
|
TextTransforms = {
|
||||||
...GeneralTransforms,
|
...GeneralTransforms,
|
||||||
...NodeTransforms,
|
...NodeTransforms,
|
||||||
...SelectionTransforms,
|
...SelectionTransforms,
|
||||||
|
Reference in New Issue
Block a user