import { Value, Block } from 'slate'; import Options from '../options'; /** * Get depth of current block in a document list */ declare const getItemDepth: (opts: Options) => (value: Value, block?: Block) => number; export default getItemDepth; //# sourceMappingURL=getItemDepth.d.ts.map