mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +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?({
|
||||
content,
|
||||
}: {
|
||||
content: Content,
|
||||
content: Content;
|
||||
}): {
|
||||
headTags?: HtmlTags;
|
||||
preBodyTags?: HtmlTags;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue