mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Export EditorChangeType for draft-js (#28620)
This commit is contained in:
committed by
Ryan Cavanaugh
parent
2ba7a343a6
commit
ce00e9b8de
Vendored
+3
@@ -8,6 +8,7 @@
|
||||
// Willis Plummer <https://github.com/willisplummer>
|
||||
// Santiago Vilar <https://github.com/smvilar>
|
||||
// Ulf Schwekendiek <https://github.com/sulf>
|
||||
// Pablo Varela <https://github.com/pablopunk>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
@@ -950,6 +951,7 @@ import Editor = Draft.Component.Base.DraftEditor;
|
||||
import EditorProps = Draft.Component.Base.DraftEditorProps;
|
||||
import EditorBlock = Draft.Component.Components.DraftEditorBlock;
|
||||
import EditorState = Draft.Model.ImmutableData.EditorState;
|
||||
import EditorChangeType = Draft.Model.ImmutableData.EditorChangeType;
|
||||
|
||||
import CompositeDecorator = Draft.Model.Decorators.CompositeDraftDecorator;
|
||||
import Entity = Draft.Model.Entity.DraftEntity;
|
||||
@@ -999,6 +1001,7 @@ export {
|
||||
EditorProps,
|
||||
EditorBlock,
|
||||
EditorState,
|
||||
EditorChangeType,
|
||||
|
||||
CompositeDecorator,
|
||||
Entity,
|
||||
|
||||
Reference in New Issue
Block a user