import { Value, Block } from 'slate'; import Options from '../options'; /** * Return the parent list block for an item block. */ declare const getListForItem: (opts: Options) => (value: Value, item: Block) => Block; export default getListForItem; //# sourceMappingURL=getListForItem.d.ts.map