import { Value } from 'slate'; import Options from '../options'; /** * True if selection is inside a list (and can be unwrapped) */ declare const isSelectionInList: (opts: Options) => (value: Value, type?: string) => boolean; export default isSelectionInList; //# sourceMappingURL=isSelectionInList.d.ts.map