UNPKG

@vericus/slate-kit-align

Version:

Plugins to provide a way to align blocks on slate

5 lines 213 B
import { Block } from "slate"; import { TypeOptions } from "../options"; declare function getAlignment(opts: TypeOptions, block: Block): any; export default getAlignment; //# sourceMappingURL=getAlignment.d.ts.map