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 / transforms / general.d.ts
Size: Mime:
import { Editor, Operation } from '..';
export declare const GeneralTransforms: {
    /**
     * Transform the editor by an operation.
     */
    transform(editor: Editor, op: Operation): void;
};
//# sourceMappingURL=general.d.ts.map