Expose the BlockMap type

BlockMap is the return/parameter type of several draft functions.
This commit is contained in:
Ben Gazzard
2018-03-20 16:04:05 -04:00
committed by GitHub
parent 9f4c751261
commit 0cdf91a543

View File

@@ -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,