@yoopta/editor
Version:
<h2 align="center">Yoopta-Editor v1 🎉</h2> <p align="center">Yoopta-Editor - is an open source notion-like editor 💥</p> <div align="center"> <img width="574" alt="Screen Shot 2023-01-25 at 16 04 29" src="https://user-images.githubusercontent.com/2909311
7 lines • 535 B
TypeScript
import type { SlateElement, YooEditor } from '../editor/types';
import type { YooptaMark } from '../marks';
import type { Plugin } from '../plugins/types';
export declare function buildMarks(editor: any, marks: YooptaMark<any>[]): import("../editor/types").YooptaFormats;
export declare function buildBlockSlateEditors(editor: YooEditor): {};
export declare function buildPlugins(plugins: Plugin<Record<string, SlateElement>>[]): Record<string, Plugin<Record<string, SlateElement>>>;
//# sourceMappingURL=editor-builders.d.ts.map