mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Fix draftjs parmater
This commit is contained in:
parent
dba28e9608
commit
b802fda750
2
draft-js/index.d.ts
vendored
2
draft-js/index.d.ts
vendored
@ -458,7 +458,7 @@ declare namespace Draft {
|
||||
entityMap: { [key: string]: RawDraftEntity };
|
||||
}
|
||||
|
||||
function convertFromHTMLtoContentBlocks(html: string, DOMBuilder: Function, blockRenderMap?: DraftBlockRenderMap): Array<ContentBlock>;
|
||||
function convertFromHTMLtoContentBlocks(html: string, DOMBuilder?: Function, blockRenderMap?: DraftBlockRenderMap): Array<ContentBlock>;
|
||||
function convertFromRawToDraftState(rawState: RawDraftContentState): ContentState;
|
||||
function convertFromDraftStateToRaw(contentState: ContentState): RawDraftContentState;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user