👕
This commit is contained in:
parent
e98caf6e51
commit
b5dad27b4a
@ -42,7 +42,12 @@ export type StateTransform = {
|
||||
wrapText: Function,
|
||||
};
|
||||
|
||||
export type Transform = NodeTransform & StateTransform;
|
||||
export type SelectionTransform = {
|
||||
collapseToStart: Function,
|
||||
collapseToEnd: Function,
|
||||
};
|
||||
|
||||
export type Transform = NodeTransform & StateTransform & SelectionTransform;
|
||||
|
||||
export type Editor = {
|
||||
props: Object,
|
||||
|
Reference in New Issue
Block a user