mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
fix(v2): fix d.ts lint error (#5129)
This commit is contained in:
parent
a7b23d94d0
commit
7b2723717c
1 changed files with 1 additions and 1 deletions
2
packages/docusaurus-types/src/index.d.ts
vendored
2
packages/docusaurus-types/src/index.d.ts
vendored
|
@ -249,7 +249,7 @@ export interface Plugin<Content = unknown> {
|
||||||
injectHtmlTags?({
|
injectHtmlTags?({
|
||||||
content,
|
content,
|
||||||
}: {
|
}: {
|
||||||
content: Content,
|
content: Content;
|
||||||
}): {
|
}): {
|
||||||
headTags?: HtmlTags;
|
headTags?: HtmlTags;
|
||||||
preBodyTags?: HtmlTags;
|
preBodyTags?: HtmlTags;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue