@docusaurus/types
Advanced tools
Comparing version 0.0.0-5990 to 0.0.0-5993
{ | ||
"name": "@docusaurus/types", | ||
"version": "0.0.0-5990", | ||
"version": "0.0.0-5993", | ||
"description": "Common types for Docusaurus packages.", | ||
@@ -30,3 +30,3 @@ "types": "./src/index.d.ts", | ||
}, | ||
"gitHead": "2de345260f1a6ff1e5f0f9e0b3c72b3cd49fc05a" | ||
"gitHead": "0ad0160fc910803276cb4b5fe34254b7ec372bd4" | ||
} |
@@ -194,3 +194,6 @@ /** | ||
| Plugin<Content> | ||
| Promise<Plugin<Content>>; | ||
| Promise<Plugin<Content>> | ||
| null | ||
| Promise<null>; | ||
validateOptions?: <T, U>(data: OptionValidationContext<T, U>) => U; | ||
@@ -197,0 +200,0 @@ validateThemeConfig?: <T>(data: ThemeConfigValidationContext<T>) => T; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37880
1091