import { Editor } from 'slate'; import Options from '../options'; /** * Increase the depth of the current item by putting it in a sub-list * of previous item. * For first items in a list, does nothing. */ declare function increaseItemDepth(opts: Options, editor: Editor): Editor; export default increaseItemDepth; //# sourceMappingURL=increaseItemDepth.d.ts.map