@bhsd/codemirror-mediawiki 2.12.0 → 2.12.1

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.
@@ -59,9 +59,9 @@ export declare class CodeMirror6 {
59
59
  getLinter(opt?: Record<string, unknown>): Promise<LintSource | undefined>;
60
60
  /**
61
61
  * 重设编辑器内容
62
- * @param content 新内容
62
+ * @param insert 新内容
63
63
  */
64
- setContent(content: string): void;
64
+ setContent(insert: string): void;
65
65
  /**
66
66
  * 在编辑器和文本框之间切换
67
67
  * @param show 是否显示编辑器