mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-30 09:27:04 +02:00
fix: fix a lot of declaration semantic errors (#7194)
This commit is contained in:
parent
b154318c28
commit
7f06857e46
8 changed files with 62 additions and 61 deletions
|
@ -66,7 +66,7 @@ declare module '@docusaurus/plugin-pwa' {
|
|||
tagName: string;
|
||||
href?: string;
|
||||
content?: string;
|
||||
[attributeName: string]: string | boolean;
|
||||
[attributeName: string]: string | boolean | undefined;
|
||||
}[];
|
||||
/**
|
||||
* Useful for additional Workbox rules. You can do whatever a service worker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue