@bhsd/codemirror-mediawiki 2.15.4 → 2.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -120,5 +120,5 @@ export declare class CodeMirror6 {
120
120
  * 将wikiparser-node设置转换为codemirror-mediawiki设置
121
121
  * @param config
122
122
  */
123
- static getMwConfig: ({ parserFunction, protocol, nsid, variants, redirection, ext, doubleUnderscore, img }: import("wikiparser-node").JsonConfig) => MwConfig;
123
+ static getMwConfig: ({ parserFunction, protocol, nsid, variants, redirection, ext, doubleUnderscore, img }: import("wikiparser-node").Config) => MwConfig;
124
124
  }