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