planning
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s

This commit is contained in:
2024-10-14 09:15:30 +02:00
parent bcba00a730
commit 6e64e138e2
21059 changed files with 2317811 additions and 1 deletions

12
node_modules/slate-history/dist/with-history.d.ts generated vendored Normal file
View File

@@ -0,0 +1,12 @@
import { HistoryEditor } from './history-editor';
/**
* The `withHistory` plugin keeps track of the operation history of a Slate
* editor as operations are applied to it, using undo and redo stacks.
*
* If you are using TypeScript, you must extend Slate's CustomTypes to use
* this plugin.
*
* See https://docs.slatejs.org/concepts/11-typescript to learn how.
*/
export declare const withHistory: <T extends import("slate").BaseEditor>(editor: T) => T & HistoryEditor;
//# sourceMappingURL=with-history.d.ts.map