fix(v2): fix d.ts lint error (#5129)

This commit is contained in:
Sébastien Lorber 2021-07-08 18:17:53 +02:00 committed by GitHub
parent a7b23d94d0
commit 7b2723717c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -249,7 +249,7 @@ export interface Plugin<Content = unknown> {
injectHtmlTags?({
content,
}: {
content: Content,
content: Content;
}): {
headTags?: HtmlTags;
preBodyTags?: HtmlTags;