import { Value, Block } from 'slate'; import Options from '../options'; /** * Return the previous item, from current selection or from a node. */ declare const getPreviousItem: (opts: Options) => (value: Value, block?: Block) => Block; export default getPreviousItem; //# sourceMappingURL=getPreviousItem.d.ts.map