We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
defaultBlockTag can accept null in doc, but types maybe wrong
now:
draft-js-utils/packages/draft-js-export-html/typings/index.d.ts
Line 16 in 4007f3e
should be: defaultBlockTag?: string | null;