import { Data, Editor } from 'slate'; import Options from '../options'; /** * Wrap the blocks in the current selection in a new list. Selected * lists are merged together. */ declare const wrapInList: (opts: Options) => (editor: Editor, type?: string, data?: Object | Data) => Editor; export default wrapInList; //# sourceMappingURL=wrapInList.d.ts.map