jstd-web/node_modules/slate/dist/create-editor.d.ts

6 lines
168 B
TypeScript
Raw Normal View History

2025-11-25 15:23:22 +08:00
import { Editor } from './';
/**
* Create a new Slate `Editor` object.
*/
export declare const createEditor: () => Editor;
//# sourceMappingURL=create-editor.d.ts.map