@vericus/slate-kit-align
Version:
Plugins to provide a way to align blocks on slate
8 lines • 328 B
TypeScript
import { Editor } from "slate";
import { TypeOptions } from "../options";
declare function createCommands(opts: TypeOptions): {
removeAlign: (editor: Editor, align: string) => void | Editor;
setAlign: (editor: Editor, align: string) => void | Editor;
};
export default createCommands;
//# sourceMappingURL=index.d.ts.map