mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 05:20:24 +08:00
Merge pull request #24418 from Dartoxian/patch-2
Expose the BlockMap type in draft-js
This commit is contained in:
2
types/draft-js/index.d.ts
vendored
2
types/draft-js/index.d.ts
vendored
@@ -958,6 +958,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;
|
||||
@@ -1006,6 +1007,7 @@ export {
|
||||
ContentState,
|
||||
SelectionState,
|
||||
DraftInlineStyle,
|
||||
BlockMap,
|
||||
|
||||
AtomicBlockUtils,
|
||||
KeyBindingUtil,
|
||||
|
||||
Reference in New Issue
Block a user