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