Type alias ListLabel

ListLabel: {
    rect: Rect;
    text: string;
    textStyle: TextStyle;
}

Type declaration