defaultBlockTag can accept null in doc, but types maybe wrong now: https://github.com/sstur/draft-js-utils/blob/4007f3ef39db2f4b264d28381b03c5795b7176cb/packages/draft-js-export-html/typings/index.d.ts#L16 should be: defaultBlockTag?: string | null;