Type alias ListBody

ListBody: {
    contents: BlockElement[];
    rect: Rect;
}

Type declaration