UNPKG

@editorjs/list

Version:

List Tool for EditorJS

8 lines (6 loc) 292 B
import { ItemChildWrapperElement, ItemElement } from '../types/Elements'; /** * Returns child wrapper element of the passed item * @param item - wrapper element would be got from this item */ export declare function getItemChildWrapper(item: ItemElement): ItemChildWrapperElement | null;