@bhsd/codemirror-mediawiki 2.18.12 → 2.18.13

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.
package/dist/ref.d.ts CHANGED
@@ -14,5 +14,7 @@ export declare const trees: WeakMap<EditorView | editor.ITextModel, Tree>;
14
14
  * @param group 是否group属性
15
15
  */
16
16
  export declare const findRef: (view: EditorView | editor.ITextModel, target: string, all?: boolean, group?: boolean) => Promise<Ranges>;
17
- export declare const refHover: import("@codemirror/state").Extension[];
17
+ export declare const refHover: ({
18
+ extension: import("@codemirror/state").Extension;
19
+ } | readonly import("@codemirror/state").Extension[])[];
18
20
  export {};