mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
Expose the BlockMap type
BlockMap is the return/parameter type of several draft functions.
This commit is contained in:
2
types/draft-js/index.d.ts
vendored
2
types/draft-js/index.d.ts
vendored
@@ -957,6 +957,7 @@ import ContentBlock = Draft.Model.ImmutableData.ContentBlock;
|
||||
import ContentState = Draft.Model.ImmutableData.ContentState;
|
||||
import SelectionState = Draft.Model.ImmutableData.SelectionState;
|
||||
import DraftInlineStyle = Draft.Model.ImmutableData.DraftInlineStyle;
|
||||
import BlockMap = Draft.Model.ImmutableData.BlockMap;
|
||||
|
||||
import AtomicBlockUtils = Draft.Model.Modifier.AtomicBlockUtils;
|
||||
import KeyBindingUtil = Draft.Component.Utils.KeyBindingUtil;
|
||||
@@ -1005,6 +1006,7 @@ export {
|
||||
ContentState,
|
||||
SelectionState,
|
||||
DraftInlineStyle,
|
||||
BlockMap,
|
||||
|
||||
AtomicBlockUtils,
|
||||
KeyBindingUtil,
|
||||
|
||||
Reference in New Issue
Block a user