create-editor.d.ts 168 B

123456
  1. import { Editor } from './';
  2. /**
  3. * Create a new Slate `Editor` object.
  4. */
  5. export declare const createEditor: () => Editor;
  6. //# sourceMappingURL=create-editor.d.ts.map