import { Inline, Block } from 'slate'; import Options from '../options'; /** * True if the node is a list container */ declare const isList: (opts: Options) => (node: Block | Inline) => boolean; export default isList; //# sourceMappingURL=isList.d.ts.map