UNPKG

quill-delta-to-html

Version:
11 lines (10 loc) 311 B
import { TDataGroup } from './group-types'; declare class ListNester { nest(groups: TDataGroup[]): TDataGroup[]; private convertListBlocksToListGroups; private groupConsecutiveListGroups; private nestListSection; private groupByIndent; private placeUnderParent; } export { ListNester };