@prosekit/extensions 0.1.3 → 0.1.4
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.
@@ -341,6 +341,9 @@ export declare function defineStrikeSpec(): Extension< {
|
|
341
341
|
MARKS: "strike";
|
342
342
|
}>;
|
343
343
|
|
344
|
+
/**
|
345
|
+
* @deprecated Use `defineAutocomplete` instead.
|
346
|
+
*/
|
344
347
|
export declare function defineSuggestion(options: SuggestionOptions): Extension<ExtensionTyping<string, string, CommandArgs>>;
|
345
348
|
|
346
349
|
/**
|