UNPKG

@vericus/slate-kit-align

Version:

Plugins to provide a way to align blocks on slate

8 lines 328 B
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