Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
slate / dist / create-editor.d.ts
Size: Mime:
import { Editor } from './';
/**
 * Create a new Slate `Editor` object.
 */
export declare const createEditor: () => Editor;
//# sourceMappingURL=create-editor.d.ts.map